summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-07-01 10:32:26 +0200
committerBenjamin Otte <otte@gnome.org>2009-10-15 22:01:40 +0200
commit836c3ab043700e0c13fb63da00e76ac9851a6d4d (patch)
treef03062ccde0cd3753cdb33028d314ad58e5407e6 /gtk/gtkfilechooserprivate.h
parent6bdaaea3a4cd6bae0a3ea5c98d6098e44a29a1b8 (diff)
downloadgtk+-836c3ab043700e0c13fb63da00e76ac9851a6d4d.tar.gz
Improve show_and_select_files() function
The previous function enumerated the whole directory and used a lot of outdated API to decide how to show files. The new code queries the filesystem model to decide about this. The now unused old functions were removed.
Diffstat (limited to 'gtk/gtkfilechooserprivate.h')
-rw-r--r--gtk/gtkfilechooserprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h
index 933bd86394..9f02b42e67 100644
--- a/gtk/gtkfilechooserprivate.h
+++ b/gtk/gtkfilechooserprivate.h
@@ -233,7 +233,6 @@ struct _GtkFileChooserDefault
GSList *reload_icon_cancellables;
GCancellable *file_list_drag_data_received_cancellable;
GCancellable *update_current_folder_cancellable;
- GCancellable *show_and_select_files_cancellable;
GCancellable *should_respond_get_info_cancellable;
GCancellable *file_exists_get_info_cancellable;
GCancellable *update_from_entry_cancellable;