aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2013-11-27 17:20:10 +0100
committerhjk <[email protected]>2014-01-06 16:25:29 +0100
commitc3e69ef0c14534eb5223b9be0f24f65b31bade7b (patch)
tree52111f94d0af782fbf123d170c8707c8ed4b110c /src/plugins/debugger/debuggerplugin.cpp
parentbad8a451a6dbeba13dde162006a7c6f5f5e33473 (diff)
Debugger: Remove some unused functions from WatchHandler
Change-Id: I8be7b06c44ebb83385ecb9cc8b5c9aa684d97458 Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index b42a5a6eaa3..5783c3e3fc4 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -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))