[client] removed invalid MS Windows specific hint

See: https://wiki.libsdl.org/SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4

> A hint that specifies that SDL should not to generate
> SDL_WINDOWEVENT_CLOSE events for Alt+F4 on Microsoft Windows.
This commit is contained in:
Geoffrey McRae 2018-05-29 14:09:44 +10:00
parent 9e02131525
commit ce60cafa19

View File

@ -814,9 +814,6 @@ int run()
)
);
if (params.ignoreQuit)
SDL_SetHint(SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4, "1");
if (params.fullscreen)
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");