Skip to content

Commit

Permalink
Remove unused variable warning from Emscripten build in Emscripten_Ha…
Browse files Browse the repository at this point in the history
…ndleFullscreenChange().
  • Loading branch information
juj committed Sep 13, 2016
1 parent 264e996 commit 7cf44f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/emscripten/SDL_emscriptenevents.c
Expand Up @@ -507,7 +507,6 @@ Emscripten_HandleFullscreenChange(int eventType, const EmscriptenFullscreenChang
SDL_WindowData *window_data = userData;
if(fullscreenChangeEvent->isFullscreen)
{
SDL_bool is_desktop_fullscreen;
window_data->window->flags |= window_data->requested_fullscreen_mode;

window_data->requested_fullscreen_mode = 0;
Expand Down

0 comments on commit 7cf44f1

Please sign in to comment.