summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-01-23 03:23:33 +0100
committerBenjamin Otte <otte@redhat.com>2013-01-24 14:28:58 +0100
commit78d91aaf9b9777d0d42879b5d4495265ea0abaa6 (patch)
tree99e07464da3579c8ad2c3cbc4618c6de52539b6b /gtk/gtkfilechooserprivate.h
parentb112a85395c5e3cd28456f2c012289dc5938f818 (diff)
downloadgtk+-78d91aaf9b9777d0d42879b5d4495265ea0abaa6.tar.gz
filechooser: Attach GSettings object to GtkSettings
... instead of keeping one per GtkFileChooserDefault. This allows using it in other places, too.
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 76380a115d..fa2dc66fca 100644
--- a/gtk/gtkfilechooserprivate.h
+++ b/gtk/gtkfilechooserprivate.h
@@ -280,8 +280,6 @@ struct _GtkFileChooserDefault
gint sort_column;
GtkSortType sort_order;
- GSettings *settings;
-
#if 0
GdkDragContext *shortcuts_drag_context;
GSource *shortcuts_drag_outside_idle;