diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 3e8a847ef6..6775e79e26 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -304,10 +304,6 @@ typedef struct { guint list_sort_ascending : 1; guint changing_folder : 1; guint shortcuts_current_folder_active : 1; - guint has_home : 1; - guint has_desktop : 1; - guint has_search : 1; - guint has_recent: 1; guint show_size_column : 1; guint create_folders : 1; } GtkFileChooserDefaultPrivate;