forked from qt-creator/qt-creator
Debugger: Remove dead store
Change-Id: I162d8db39755df1fe4b94b2dedfa83680f87a786 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0831b0c2ca
commit
7dd4093b18
@@ -2825,7 +2825,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
|
||||
//cmd->setAttribute(Command::CA_Hide);
|
||||
//debugMenu->addAction(cmd);
|
||||
|
||||
cmd = ActionManager::registerAction(m_frameDownAction,
|
||||
ActionManager::registerAction(m_frameDownAction,
|
||||
"Debugger.FrameDown", cppDebuggercontext);
|
||||
ActionManager::registerAction(m_frameUpAction,
|
||||
"Debugger.FrameUp", cppDebuggercontext);
|
||||
|
Reference in New Issue
Block a user