Debugger: Remove unused function declarations

Amends 3b5ecac238
and 36b654567d.

Change-Id: I8e8b226f34297ec4d34edbcc63b93d0f5045bcf4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Orgad Shaneh
2018-11-11 15:30:55 +02:00
committed by Orgad Shaneh
parent 0ccc1dbf8f
commit 423b7391dd
2 changed files with 0 additions and 3 deletions

View File

@@ -443,7 +443,6 @@ public:
void handleAddToWatchWindow();
void handleFrameDown();
void handleFrameUp();
void handleOperateByInstructionTriggered(bool operateByInstructionTriggered);
// Breakpoint state transitions
void notifyBreakpointInsertProceeding(const Breakpoint &bp);

View File

@@ -731,8 +731,6 @@ public:
void onStartupProjectChanged(Project *project);
void handleOperateByInstructionTriggered(bool operateByInstructionTriggered);
bool parseArgument(QStringList::const_iterator &it,
const QStringList::const_iterator &cend, QString *errorMessage);
bool parseArguments(const QStringList &args, QString *errorMessage);