GtkFileChooserDefault: Remove unused struct field

The field changing_folder is no longer used anywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=720293
This commit is contained in:
Volker Sobek 2013-12-12 00:34:42 +01:00
parent 37baeed66e
commit 06091ed457

View File

@ -303,7 +303,6 @@ typedef struct {
guint sort_directories_first : 1;
guint do_overwrite_confirmation : 1;
guint list_sort_ascending : 1;
guint changing_folder : 1;
guint shortcuts_current_folder_active : 1;
guint show_size_column : 1;
guint create_folders : 1;