From: Ingo Ruhnke Date: Sat, 9 Aug 2014 05:52:58 +0000 (+0200) Subject: Removed some disabled code X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2b3486d6a97f180ae0f1cb72217f7ba464867873;p=supertux.git Removed some disabled code --- diff --git a/src/supertux/game_session.cpp b/src/supertux/game_session.cpp index b7c6f5a2d..69e5fdec9 100644 --- a/src/supertux/game_session.cpp +++ b/src/supertux/game_session.cpp @@ -322,16 +322,6 @@ GameSession::run_script(std::istream& in, const std::string& sourcename) void GameSession::process_events() { - // end of pause mode? - // XXX this looks like a fail-safe to unpause the game if there's no menu - // XXX having it enabled causes some unexpected problems - // XXX hopefully disabling it won't... - /* - if(!Menu::current() && game_pause) { - game_pause = false; - } - */ - // playback a demo? if(playback_demo_stream != 0) { demo_controller->update();