Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend.

svn-id: r42138
This commit is contained in:
Johannes Schickel 2009-07-05 14:12:04 +00:00
parent 4956052ca4
commit c353e8de1f

View File

@ -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;
}