summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-28 12:32:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-11-28 14:25:42 -0500
commit2679f889a504a28cde1b9cb1d66b305df2b5195d (patch)
treebf9460fcc05406dd9c0076956fcf3fbe18df344a
parent6962dcffac869a74a9ad9eb856947843b3f09c85 (diff)
downloadgtk+-2679f889a504a28cde1b9cb1d66b305df2b5195d.tar.gz
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 c7787d8762..3649e78bfd 100644
--- a/gtk/inspector/prop-editor.c
+++ b/gtk/inspector/prop-editor.c
@@ -414,7 +414,6 @@ static void
bool_changed (GObject *object, GParamSpec *pspec, gpointer data)
{
GtkToggleButton *tb = GTK_TOGGLE_BUTTON (data);
- GtkWidget *child;
GValue val = G_VALUE_INIT;
g_value_init (&val, G_TYPE_BOOLEAN);