diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-12 07:59:25 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-02-12 08:01:51 -0500 |
commit | d05d92451604f7fd24c390571d1df6cdc9f31400 (patch) | |
tree | 2b4e9cc464d04f82c4e6fe081d7de3804f88c4ed /tests/testrecentchooser.c | |
parent | bfd66fe3a38353508a4b084610b6e06608619162 (diff) | |
download | gtk+-d05d92451604f7fd24c390571d1df6cdc9f31400.tar.gz |
Silence more compiler warnings
Diffstat (limited to 'tests/testrecentchooser.c')
-rw-r--r-- | tests/testrecentchooser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testrecentchooser.c b/tests/testrecentchooser.c index 4761583b03..d31f0f0ab1 100644 --- a/tests/testrecentchooser.c +++ b/tests/testrecentchooser.c @@ -111,7 +111,6 @@ main (int argc, GtkWidget *vbbox; GtkWidget *button; GtkWidget *dialog; - GtkWidget *prop_editor; GtkRecentFilter *filter; gint i; gboolean multiple = FALSE; @@ -172,7 +171,7 @@ main (int argc, gtk_widget_show_all (dialog); - prop_editor = create_prop_editor (G_OBJECT (dialog), GTK_TYPE_RECENT_CHOOSER); + create_prop_editor (G_OBJECT (dialog), GTK_TYPE_RECENT_CHOOSER); control_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); |