Skip to content

Commit efecec6

Browse files
authored
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.
1 parent 7172d2b commit efecec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/i_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ int main(int argc, char **argv)
6868
M_FindResponseFile();
6969
M_SetExeDir();
7070

71-
#ifdef SDL_HINT_NO_SIGNAL_HANDLERS
7271
SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
73-
#endif
7472

7573
// start doom
7674

0 commit comments

Comments
 (0)