Debugger: Remove some unused functions from WatchHandler

Change-Id: I8be7b06c44ebb83385ecb9cc8b5c9aa684d97458
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-11-27 17:20:10 +01:00
parent bad8a451a6
commit c3e69ef0c1
3 changed files with 0 additions and 47 deletions

View File

@@ -847,14 +847,6 @@ public slots:
}
}
void synchronizeWatchers()
{
for (int i = 0, n = m_snapshotHandler->size(); i != n; ++i) {
if (DebuggerEngine *engine = m_snapshotHandler->at(i))
engine->watchHandler()->updateWatchers();
}
}
void editorOpened(Core::IEditor *editor);
void updateBreakMenuItem(Core::IEditor *editor);
void setBusyCursor(bool busy);
@@ -1025,7 +1017,6 @@ public slots:
void handleExecJumpToLine()
{
//removeTooltip();
currentEngine()->resetLocation();
ContextData data;
if (currentTextEditorPosition(&data))
@@ -1034,7 +1025,6 @@ public slots:
void handleExecRunToLine()
{
//removeTooltip();
currentEngine()->resetLocation();
ContextData data;
if (currentTextEditorPosition(&data))