Debugger: Remove unused UpdateParameters::tooltipExpression member

Change-Id: I61360b151ac8e6181b0635437468b4cd897c9ee8
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-02-06 11:55:51 +01:00
parent dd8f2dda5c
commit fbfafd0a01
3 changed files with 0 additions and 3 deletions

View File

@@ -3684,7 +3684,6 @@ bool GdbEngine::setToolTipExpression(TextEditor::TextEditorWidget *editor,
UpdateParameters params;
params.tryPartial = true;
params.tooltipOnly = true;
params.tooltipExpression = context.expression;
params.varList = context.iname;
updateLocalsPython(params);
return true;