aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/GuiManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/GuiManager.cpp b/gui/GuiManager.cpp
index 21b437fb6e..b97a62109b 100644
--- a/gui/GuiManager.cpp
+++ b/gui/GuiManager.cpp
@@ -164,10 +164,6 @@ bool GuiManager::loadNewTheme(Common::String id, ThemeEngine::GraphicsMode gfx)
redraw();
_system->updateScreen();
- Common::Event event;
- event.type = Common::EVENT_SCREEN_CHANGED;
- _system->getEventManager()->pushEvent(event);
-
return true;
}