From 67a436a3650056e40d04cd8c84ef62d76c12eb01 Mon Sep 17 00:00:00 2001 From: Nikolai Vincent Vaags Date: Fri, 6 May 2016 20:47:25 +0200 Subject: [PATCH] SDL2: remove unreachable break statement --- gemrb/plugins/SDLVideo/SDL20Video.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gemrb/plugins/SDLVideo/SDL20Video.cpp b/gemrb/plugins/SDLVideo/SDL20Video.cpp index e62b047cc7..b8e1ef8ab8 100644 --- a/gemrb/plugins/SDLVideo/SDL20Video.cpp +++ b/gemrb/plugins/SDLVideo/SDL20Video.cpp @@ -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: {