Remove the macro

This commit is contained in:
simon.kagstrom 2010-02-21 06:54:37 +00:00
parent 25605859e4
commit 71a2042205
2 changed files with 3 additions and 6 deletions

View File

@ -99,8 +99,6 @@ public:
Gui::gui->exitMenu();
break;
case 1:
break;
case 2:
Gui::gui->pushView(Gui::gui->bkv);
break;
default:

View File

@ -89,7 +89,7 @@ const char *main_menu_messages[14] = {
/*04*/ "States",
/*05*/ "^|Load|Save|Delete",
/*06*/ "Keyboard",
/*07*/ "^|Type|Macro|Bind",
/*07*/ "^|Type|Bind",
/*08*/ " ",
/*09*/ "Game info",
/*10*/ "Networking",
@ -121,9 +121,8 @@ const char **main_menu_help[14] = {
NULL,
(const char*[]){
"Bind keyboard keys to the",
"joysticks, use pre-defined",
"macros, or type with the",
"virtual keyboard",
"joysticks, or type with",
"the virtual keyboard",
NULL,
},
NULL,