1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-15 09:40:11 +00:00

Fix unreachable code

This commit is contained in:
twinaphex 2016-05-24 21:48:32 +02:00
parent 8a71830d44
commit 72d37e3917

@ -354,8 +354,6 @@ static bool sdl_ctx_has_focus(void *data)
flags = (SDL_APPINPUTFOCUS | SDL_APPACTIVE);
return (SDL_GetAppState() & flags) == flags;
#endif
(void)data;
}
static bool sdl_ctx_suppress_screensaver(void *data, bool enable)