diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 18:29:01 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:40:41 +0200 |
commit | d21bf0c1ec07c28d412286ee534da11e69a32b8d (patch) | |
tree | 9845467af1957d95ae48b544383fc7b5b92111f3 /gtk/gtkfilechooserwidget.h | |
parent | 07501cf02e8cbbec7b55792e867469562fbc8f03 (diff) | |
download | gtk+-d21bf0c1ec07c28d412286ee534da11e69a32b8d.tar.gz |
Remove deprecated GtkFileChooser functions
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r-- | gtk/gtkfilechooserwidget.h | 6 |
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__ */ |