summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-26 11:15:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-26 11:15:25 -0400
commit5da91504da39fa13ee1937cc82ec6d3faa7a8522 (patch)
treef40beb8860828e9a1ba0b4fd90a476137bc7e11c
parent423868b408e0997af9e9af6a3ae5bb1ff50a0965 (diff)
downloadgtk+-5da91504da39fa13ee1937cc82ec6d3faa7a8522.tar.gz
inspector: Drop an unused variable
-rw-r--r--gtk/inspector/prop-editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/inspector/prop-editor.c b/gtk/inspector/prop-editor.c
index 607297524f..40a39a0dd6 100644
--- a/gtk/inspector/prop-editor.c
+++ b/gtk/inspector/prop-editor.c
@@ -1542,7 +1542,6 @@ add_gtk_settings_info (GtkInspectorPropEditor *editor)
GObject *object;
const gchar *name;
GtkWidget *row;
- GtkWidget *label;
const gchar *source;
object = editor->priv->object;