Fix unreachable code
This commit is contained in:
parent
8a71830d44
commit
72d37e3917
|
@ -354,8 +354,6 @@ static bool sdl_ctx_has_focus(void *data)
|
||||||
flags = (SDL_APPINPUTFOCUS | SDL_APPACTIVE);
|
flags = (SDL_APPINPUTFOCUS | SDL_APPACTIVE);
|
||||||
return (SDL_GetAppState() & flags) == flags;
|
return (SDL_GetAppState() & flags) == flags;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
(void)data;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool sdl_ctx_suppress_screensaver(void *data, bool enable)
|
static bool sdl_ctx_suppress_screensaver(void *data, bool enable)
|
||||||
|
|
Loading…
Reference in New Issue