GtkFileChooserDefault: Drop some unused struct members

This commit is contained in:
Matthias Clasen 2013-11-09 14:50:13 -05:00
parent b2ebebe954
commit 9dac49798e

View File

@ -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;