Skip to content

Commit

Permalink
SDL2: remove unreachable break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kujeger committed May 6, 2016
1 parent 7df5311 commit 67a436a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemrb/plugins/SDLVideo/SDL20Video.cpp
Expand Up @@ -733,7 +733,6 @@ int SDL20VideoDriver::ProcessEvent(const SDL_Event & event)
else {
// we do not want these events to cascade down to SDL_KEYDOWN, so we return here instead of at default .
return SDLVideoDriver::ProcessEvent(event);
break;
}
case SDL_KEYDOWN:
{
Expand Down

0 comments on commit 67a436a

Please sign in to comment.