summaryrefslogtreecommitdiff
path: root/tests/testfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-12 07:59:25 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-12 08:01:51 -0500
commitd05d92451604f7fd24c390571d1df6cdc9f31400 (patch)
tree2b4e9cc464d04f82c4e6fe081d7de3804f88c4ed /tests/testfilechooser.c
parentbfd66fe3a38353508a4b084610b6e06608619162 (diff)
downloadgtk+-d05d92451604f7fd24c390571d1df6cdc9f31400.tar.gz
Silence more compiler warnings
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r--tests/testfilechooser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c
index dcefbc1eb3..b64c381e4e 100644
--- a/tests/testfilechooser.c
+++ b/tests/testfilechooser.c
@@ -481,7 +481,6 @@ main (int argc, char **argv)
GtkWidget *vbbox;
GtkWidget *button;
GtkWidget *dialog;
- GtkWidget *prop_editor;
GtkWidget *extra;
GtkFileFilter *filter;
GtkWidget *preview_vbox;
@@ -640,7 +639,7 @@ main (int argc, char **argv)
/* Extra controls for manipulating the test environment
*/
- prop_editor = create_prop_editor (G_OBJECT (dialog), GTK_TYPE_FILE_CHOOSER);
+ create_prop_editor (G_OBJECT (dialog), GTK_TYPE_FILE_CHOOSER);
control_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);