From 77e99039fc84f58d1733b1cac16d39dbd08f6aaa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2015 10:41:49 -0500 Subject: [PATCH] file chooser button: Remove an unused variable --- gtk/gtkfilechooserbutton.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 1fd7a7dab6..baff52329f 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -3032,8 +3032,6 @@ void gtk_file_chooser_button_set_focus_on_click (GtkFileChooserButton *button, gboolean focus_on_click) { - GtkFileChooserButtonPrivate *priv; - g_return_if_fail (GTK_IS_FILE_CHOOSER_BUTTON (button)); gtk_widget_set_focus_on_click (GTK_WIDGET (button), focus_on_click);