diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index 400b59d5..78693af6 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -356,9 +356,6 @@ void Gui::hotKey(char key){ else if(key=='S'){ clickCommonCommand(ccStop); } - else if(key=='M'){ - clickCommonCommand(ccMove); - } } void Gui::switchToNextDisplayColor(){