mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 00:40:06 +00:00
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);
|
||||
return (SDL_GetAppState() & flags) == flags;
|
||||
#endif
|
||||
|
||||
(void)data;
|
||||
}
|
||||
|
||||
static bool sdl_ctx_suppress_screensaver(void *data, bool enable)
|
||||
|
Loading…
x
Reference in New Issue
Block a user