Debugger: Remove traces of outdated attempt at combined stepping

Has not been usable for a while and will be superseded by
"native" mixed stepping.

Change-Id: I2902a98b7ad4e4b29e389e54fb6488bf711840dd
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2014-12-12 10:20:07 +01:00
parent 48915c6231
commit 62d21d123c
6 changed files with 2 additions and 112 deletions

View File

@@ -263,9 +263,6 @@ public:
bool isMasterEngine() const;
DebuggerEngine *masterEngine() const;
virtual bool setupQmlStep(bool /*on*/) { return false; }
virtual void readyToExecuteQmlStep() {}
virtual bool canDisplayTooltip() const { return state() == InferiorStopOk; }
virtual void notifyInferiorIll();