forked from qt-creator/qt-creator
Debugger: Remove explicit language switch from menu
This duplicates the switch in the runtime configuration. Reviewed-by: Lasse Holmstedt
This commit is contained in:
@@ -47,7 +47,6 @@ const char * const STEPOUT = "Debugger.StepOut";
|
||||
const char * const NEXT = "Debugger.NextLine";
|
||||
const char * const REVERSE = "Debugger.ReverseDirection";
|
||||
|
||||
const char * const M_DEBUG_DEBUGGING_LANGUAGES = "Debugger.Menu.View.DebugLanguages";
|
||||
const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";
|
||||
|
||||
const char * const C_DEBUGMODE = "Debugger.DebugMode";
|
||||
|
Reference in New Issue
Block a user