Removed extra call for menu key reading from controls.conf.

This commit is contained in:
Pieter Hulshoff 2018-04-02 12:02:54 +02:00 committed by Vincent-FK
parent 20cb652bf1
commit 50633e639f

View File

@ -89,7 +89,6 @@ bool UserInput::initialize()
retVal = MapKey("select", KeyCodeSelect) && retVal;
retVal = MapKey("back", KeyCodeBack) && retVal;
retVal = MapKey("quit", KeyCodeQuit) && retVal;
retVal = MapKey("menu", KeyCodeMenu) && retVal;
return retVal;
}