[gtk+] file chooser button: Remove an unused variable



commit 77e99039fc84f58d1733b1cac16d39dbd08f6aaa
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 3 10:41:49 2015 -0500

    file chooser button: Remove an unused variable

 gtk/gtkfilechooserbutton.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index 1fd7a7d..baff523 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]