mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
filechooser: Remove unused variables
This commit is contained in:
parent
49b7cef2c3
commit
3770f98e7b
@ -2432,9 +2432,6 @@ renderer_editing_canceled_cb (GtkCellRendererText *cell_renderer_text,
|
||||
static GtkWidget *
|
||||
filter_create (GtkFileChooserDefault *impl)
|
||||
{
|
||||
GtkCellRenderer *cell;
|
||||
GList *cells;
|
||||
|
||||
impl->filter_combo = gtk_combo_box_text_new ();
|
||||
gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (impl->filter_combo), FALSE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user