summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-10 23:43:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-10 23:43:49 -0400
commitf08d244c05679b8a54d940cdefc6365fc2174b34 (patch)
treec41db78aea24dc9f8bd31db134dd10d2a751cf35 /gtk/gtkfilechooser.c
parent78079e04d6467174c476ffc323c26a1b4dd62745 (diff)
downloadgtk+-f08d244c05679b8a54d940cdefc6365fc2174b34.tar.gz
Remove remnants of filechooser backend property
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index c64678aa20..6bb4c2a92b 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -766,12 +766,6 @@ gtk_file_chooser_class_init (gpointer g_iface)
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_PARAM_READWRITE));
g_object_interface_install_property (g_iface,
- g_param_spec_string ("file-system-backend",
- P_("File System Backend"),
- P_("Name of file system backend to use"),
- NULL,
- GTK_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY));
- g_object_interface_install_property (g_iface,
g_param_spec_object ("filter",
P_("Filter"),
P_("The current filter for selecting which files are displayed"),