Debugger: Remove 'Clear Code Model' context menu action

The use case of this action (introduced in 25ee70bb24) is unclear.

Change-Id: I5188d5c8c9b06c5e2663e2ddc4c89ef1e670d891
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Kai Koehne
2012-05-14 12:23:11 +02:00
committed by hjk
parent 9eb539469d
commit dd189d0787
3 changed files with 0 additions and 16 deletions

View File

@@ -96,8 +96,6 @@ public:
virtual DebuggerEngine *currentEngine() const = 0;
virtual bool isActiveDebugLanguage(int language) const = 0;
virtual void clearCppCodeModelSnapshot() = 0;
// void runTest(const QString &fileName);
virtual void showMessage(const QString &msg, int channel, int timeout = -1) = 0;