debugger: remove displayDebugger() from the plugin interface

This commit is contained in:
hjk
2010-12-08 18:23:10 +01:00
parent 0c8c652104
commit 26bc7f9037
3 changed files with 2 additions and 10 deletions

View File

@@ -64,7 +64,6 @@ public:
static DebuggerRunControl *createDebugger(const DebuggerStartParameters &sp,
ProjectExplorer::RunConfiguration *rc = 0);
static void startDebugger(ProjectExplorer::RunControl *runControl);
static void displayDebugger(ProjectExplorer::RunControl *runControl);
// Used by QmlJSInspector.
static bool isActiveDebugLanguage(int language);