diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/sdl/sdl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index d936e1beac..e43926ce3f 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -380,7 +380,6 @@ void OSystem_SDL::setFullscreenMode(bool enable) { // use hotswap_gfx_mode() directly to switch to fullscreen mode. hotswap_gfx_mode(); #else - // FIXME: _hwscreen is not currently available from SDL_Common's scope if (!SDL_WM_ToggleFullScreen(_hwscreen)) { // if ToggleFullScreen fails, achieve the same effect with hotswap gfx mode hotswap_gfx_mode(); |