debugger: remove unneeded DebuggerPlugin::state() fucntion

This commit is contained in:
hjk
2010-07-21 14:15:10 +02:00
parent fc35cd03a7
commit df107ca905
2 changed files with 4 additions and 9 deletions

View File

@@ -95,7 +95,6 @@ public:
const CPlusPlus::Snapshot &cppCodeModelSnapshot() const;
QIcon locationMarkIcon() const;
int state() const; // Last reported state of last active engine.
bool isReverseDebugging() const;
void createNewDock(QWidget *widget);
void runControlStarted(DebuggerRunControl *runControl);