commit efecec6963cbd48be54136f7eefd8bf286480bab
Author: Michael Francis <4574480+mfrancis95@users.noreply.github.com>
AuthorDate: Sun Sep 21 11:00:08 2025 -0400
Commit: GitHub <noreply@github.com>
CommitDate: Sun Sep 21 17:00:08 2025 +0200
Remove #ifdef SDL_HINT_NO_SIGNAL_HANDLERS check (#1763)
This hint has been in SDL2 since 2.0.4 and the minimum SDL2 version is now 2.0.14.
---
src/i_main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/i_main.c b/src/i_main.c
index ec618293..851f0e9d 100644
--- a/src/i_main.c
+++ b/src/i_main.c
@@ -68,9 +68,7 @@ int main(int argc, char **argv)
M_FindResponseFile();
M_SetExeDir();
- #ifdef SDL_HINT_NO_SIGNAL_HANDLERS
SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
- #endif
// start doom