mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:00:07 +00:00
file chooser button: Remove an unused variable
This commit is contained in:
parent
67b739b58a
commit
77e99039fc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user