forked from qt-creator/qt-creator
Debugger: Remove some unused functions from WatchHandler
Change-Id: I8be7b06c44ebb83385ecb9cc8b5c9aa684d97458 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user