# HG changeset patch # User Rik # Date 1428515091 25200 # Node ID 3a8e9e991d5eaf3c5787b522fe7a9839c662cd24 # Parent f1b67f6e6e452664b2916645a13545e8ece9713e Stop two compiler warnings in GUI code. * EditControl.cc (editingFinished): Delete unused variable up. * workspace-model.cc (setData): Comment out unused input parameter debug. diff -r f1b67f6e6e45 -r 3a8e9e991d5e libgui/graphics/EditControl.cc --- a/libgui/graphics/EditControl.cc Wed Apr 08 09:08:50 2015 -0700 +++ b/libgui/graphics/EditControl.cc Wed Apr 08 10:44:51 2015 -0700 @@ -243,8 +243,6 @@ { if (m_textChanged) { - uicontrol::properties& up = properties (); - QString txt = (m_multiLine ? qWidget ()->toPlainText () : qWidget ()->text ()); diff -r f1b67f6e6e45 -r 3a8e9e991d5e libgui/src/workspace-model.cc --- a/libgui/src/workspace-model.cc Wed Apr 08 09:08:50 2015 -0700 +++ b/libgui/src/workspace-model.cc Wed Apr 08 10:44:51 2015 -0700 @@ -228,7 +228,7 @@ void workspace_model::set_workspace (bool top_level, - bool debug, + bool /* debug */, const QString& scopes, const QStringList& symbols, const QStringList& class_names,