summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.h
diff options
context:
space:
mode:
authorJavier Jardón <javierjc1982@gmail.com>2009-10-09 19:53:19 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:48:45 +0200
commitb5917e7a6f20b90db2241796f2f807ddcb54acf5 (patch)
treecc35073f011b3c513b614db330bfff47fa3504e5 /gtk/gtkfilechooserbutton.h
parentbf49830f07d61559ee8b1bca6e1eeb52814444ed (diff)
downloadgtk+-b5917e7a6f20b90db2241796f2f807ddcb54acf5.tar.gz
Remove deprecated code: GtkFileChooserButton
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r--gtk/gtkfilechooserbutton.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h
index b57209c84c..76de49a5a4 100644
--- a/gtk/gtkfilechooserbutton.h
+++ b/gtk/gtkfilechooserbutton.h
@@ -69,13 +69,6 @@ struct _GtkFileChooserButtonClass
GType gtk_file_chooser_button_get_type (void) G_GNUC_CONST;
GtkWidget * gtk_file_chooser_button_new (const gchar *title,
GtkFileChooserAction action);
-
-#ifndef GTK_DISABLE_DEPRECATED
-GtkWidget * gtk_file_chooser_button_new_with_backend (const gchar *title,
- GtkFileChooserAction action,
- const gchar *backend);
-#endif /* GTK_DISABLE_DEPRECATED */
-
GtkWidget * gtk_file_chooser_button_new_with_dialog (GtkWidget *dialog);
G_CONST_RETURN gchar *gtk_file_chooser_button_get_title (GtkFileChooserButton *button);
void gtk_file_chooser_button_set_title (GtkFileChooserButton *button,