summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-07 18:29:01 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:40:41 +0200
commitd21bf0c1ec07c28d412286ee534da11e69a32b8d (patch)
tree9845467af1957d95ae48b544383fc7b5b92111f3 /gtk/gtkfilechooserwidget.h
parent07501cf02e8cbbec7b55792e867469562fbc8f03 (diff)
downloadgtk+-d21bf0c1ec07c28d412286ee534da11e69a32b8d.tar.gz
Remove deprecated GtkFileChooser functions
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r--gtk/gtkfilechooserwidget.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h
index 333531f573..3b970f3094 100644
--- a/gtk/gtkfilechooserwidget.h
+++ b/gtk/gtkfilechooserwidget.h
@@ -56,12 +56,6 @@ struct _GtkFileChooserWidgetClass
GType gtk_file_chooser_widget_get_type (void) G_GNUC_CONST;
GtkWidget *gtk_file_chooser_widget_new (GtkFileChooserAction action);
-
-#ifndef GTK_DISABLE_DEPRECATED
-GtkWidget *gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction action,
- const gchar *backend);
-#endif /* GTK_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __GTK_FILE_CHOOSER_WIDGET_H__ */