Removed useless TODO

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4189 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-11-01 01:11:33 +00:00
parent 26d1917d31
commit 32968a2454

View File

@ -136,11 +136,6 @@ void InputManager::handleStaticAction(int key, int value)
//irrDriver->toggleFullscreen(false); // 0: do not reset textures
// Fall through to put the game into pause mode.
#endif
case KEY_ESCAPE:
// TODO - show race menu
// RaceManager::getWorld()->pause();
//menu_manager->pushMenu(MENUID_RACEMENU);
break;
case KEY_F10:
history->Save();
break;