forked from qt-creator/qt-creator
Debugger: Remove some unused code
Change-Id: I69322a5c95ecbf8df8eeff31ef68cc17811fc1b6 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -3530,17 +3530,6 @@ void DebuggerPlugin::extensionsInitialized()
|
||||
theDebuggerCore->extensionsInitialized();
|
||||
}
|
||||
|
||||
DebuggerMainWindow *DebuggerPlugin::mainWindow()
|
||||
{
|
||||
return theDebuggerCore->m_mainWindow;
|
||||
}
|
||||
|
||||
QAction *DebuggerPlugin::visibleDebugAction()
|
||||
{
|
||||
return theDebuggerCore->m_visibleStartAction;
|
||||
}
|
||||
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
|
||||
void DebuggerPluginPrivate::testLoadProject(const QString &proFile, const TestCallBack &cb)
|
||||
|
||||
Reference in New Issue
Block a user