mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
KEYMAPPER: Remove the debugger standard action
It is no longer used
This commit is contained in:
parent
06e6176285
commit
e069f25e3a
@ -35,6 +35,5 @@ const char *kStandardActionOpenMainMenu = "MENU";
|
||||
const char *kStandardActionLoad = "LOAD";
|
||||
const char *kStandardActionSave = "SAVE";
|
||||
const char *kStandardActionOpenSettings = "OPTS";
|
||||
const char *kStandardActionOpenDebugger = "DBG";
|
||||
|
||||
} //namespace Common
|
||||
|
@ -47,7 +47,6 @@ extern const char *kStandardActionOpenMainMenu;
|
||||
extern const char *kStandardActionLoad;
|
||||
extern const char *kStandardActionSave;
|
||||
extern const char *kStandardActionOpenSettings;
|
||||
extern const char *kStandardActionOpenDebugger;
|
||||
|
||||
} //namespace Common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user