[client] no need to set the hint here anymore as it's set in wm.c now

This commit is contained in:
Geoffrey McRae 2021-01-11 00:26:37 +11:00
parent ceab5f597b
commit d68d82e5f7

View File

@ -2228,9 +2228,6 @@ int main(int argc, char * argv[])
if (!config_load(argc, argv))
return -1;
if (params.useSpiceInput && params.grabKeyboard)
SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
const int ret = lg_run();
lg_shutdown();