diff options
author | hjk <[email protected]> | 2009-03-18 09:03:47 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2009-03-18 09:03:47 +0100 |
commit | da1492cf28a3a3f3d4ed4828e60ac96fa9cd8886 (patch) | |
tree | ff1dde506f4dff0a8a958a597a20d7f1b307f10d /src/plugins/debugger/scriptengine.h | |
parent | cc89dcc75b5bda35c9493c33fb1ab21c4b5ae89f (diff) |
debugger: start action handling refactoring
Diffstat (limited to 'src/plugins/debugger/scriptengine.h')
-rw-r--r-- | src/plugins/debugger/scriptengine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/scriptengine.h b/src/plugins/debugger/scriptengine.h index f18750818cb..e42e8d63a93 100644 --- a/src/plugins/debugger/scriptengine.h +++ b/src/plugins/debugger/scriptengine.h @@ -97,9 +97,6 @@ private: void loadSessionData() {} void saveSessionData() {} - void setDebugDumpers(bool) {} - void recheckCustomDumperAvailability() {} - void assignValueInDebugger(const QString &expr, const QString &value); void executeDebuggerCommand(const QString & command); |