mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
GtkFileChooserDefault: Drop some unused struct members
This commit is contained in:
parent
b2ebebe954
commit
9dac49798e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user