diff --git a/source/platform/posix/sdl/i_input.cpp b/source/platform/posix/sdl/i_input.cpp index 6b25d5acb..ac01ebcb9 100644 --- a/source/platform/posix/sdl/i_input.cpp +++ b/source/platform/posix/sdl/i_input.cpp @@ -237,7 +237,6 @@ static bool inGame() static void I_CheckNativeMouse () { bool focus = SDL_GetKeyboardFocus() != NULL; - bool fs = screen->IsFullscreen(); // TODO: We want this to check for demo playback, as well. And paused state bool wantNative = !focus || (!use_mouse || GUICapture || !inGame());