debugger: remove some dead code

This commit is contained in:
hjk
2010-11-10 14:30:19 +01:00
parent eb5cf529b2
commit 89eb27d231
6 changed files with 34 additions and 81 deletions

View File

@@ -88,8 +88,6 @@ public:
QIcon pendingBreakPointIcon() const { return m_pendingBreakPointIcon; }
QIcon emptyIcon() const { return m_emptyIcon; }
void initializeFromTemplate(BreakHandler *other);
void storeToTemplate(BreakHandler *other);
void toggleBreakpoint(const QString &fileName, int lineNumber, quint64 address = 0);
void toggleBreakpointEnabled(const QString &fileName, int lineNumber);
BreakpointData *findBreakpoint(const QString &fileName, int lineNumber,