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)
|
||||
|
||||
@@ -56,10 +56,6 @@ public:
|
||||
DebuggerPlugin();
|
||||
~DebuggerPlugin();
|
||||
|
||||
// Used by QmlJSInspector.
|
||||
static DebuggerMainWindow *mainWindow();
|
||||
static QAction *visibleDebugAction();
|
||||
|
||||
static DebuggerRunControl *createDebugger(const DebuggerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *rc,
|
||||
QString *errorMessage);
|
||||
|
||||
Reference in New Issue
Block a user