summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-06-30 23:17:26 +0200
committerBenjamin Otte <otte@gnome.org>2009-10-15 22:00:08 +0200
commit105e6fbc11dbc37a6b863b766b878cad1c63b969 (patch)
tree16b909b945b24d8126ea989c65c0d273d6aa152d /gtk/gtkfilechooserprivate.h
parent3e385ffd077d5e8f888a2688642b90a0cbe75de8 (diff)
downloadgtk+-105e6fbc11dbc37a6b863b766b878cad1c63b969.tar.gz
Use the GtkTreeSortable of the filesystem model
Previously, there was a GtkTreeSortModel wrapped around the filesystem model to make it sortable. As the new implementation implements the GtkTreeSortable interface, we can use this instead.
Diffstat (limited to 'gtk/gtkfilechooserprivate.h')
-rw-r--r--gtk/gtkfilechooserprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h
index 10d87cacc8..3bdf7b8c26 100644
--- a/gtk/gtkfilechooserprivate.h
+++ b/gtk/gtkfilechooserprivate.h
@@ -232,8 +232,6 @@ struct _GtkFileChooserDefault
*/
GtkTreeModel *shortcuts_combo_filter_model;
- GtkTreeModelSort *sort_model;
-
/* Handles */
GSList *loading_shortcuts;
GSList *reload_icon_cancellables;