forked from qt-creator/qt-creator
debugger: remove rarely needed "Recheck Debuggging Helper Availability"
context menu entry. It was more a debugger debugging aid in the early days of compiled dumpers anyway. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -317,9 +317,6 @@ DebuggerSettings *DebuggerSettings::instance()
|
||||
item->setValue(true);
|
||||
instance->insertItem(UseCodeModel, item);
|
||||
|
||||
item = new SavedAction(instance);
|
||||
item->setText(tr("Recheck Debugging Helper Availability"));
|
||||
instance->insertItem(RecheckDebuggingHelpers, item);
|
||||
|
||||
//
|
||||
// Breakpoints
|
||||
|
||||
Reference in New Issue
Block a user