Fixed compilation (accidentally added some wip code).

This commit is contained in:
hiker 2014-11-01 12:27:09 +11:00
parent 9f0d1f00ea
commit f2e33b1000

View File

@ -116,11 +116,6 @@ void GamepadConfig::setDefaultBinds ()
setBinding(PA_MENU_CANCEL, Input::IT_STICKBUTTON, 3);
} // setDefaultBinds
//------------------------------------------------------------------------------
core::stringw getBindingAsString(const PlayerAction action) const
{
} // getBindingAsString
//------------------------------------------------------------------------------
/** Converts the configuration to a string.
*/