diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 7608458f619..1c5370eb699 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1276,13 +1276,6 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments, act->setVisible(false); ActionManager::registerAction(act, Constants::FRAME_DOWN); - act = new QAction(this); - act->setText(QCoreApplication::translate("Debugger::Internal::DebuggerPluginPrivate", - "Memory...")); - act->setEnabled(false); - act->setVisible(true); - ActionManager::registerAction(act, Constants::FRAME_UP); - act = new QAction(this); act->setText(QCoreApplication::translate("Debugger::Internal::DebuggerPluginPrivate", "Operate by Instruction"));