diff options
Diffstat (limited to 'e-util/e-dialog-utils.h')
-rw-r--r-- | e-util/e-dialog-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index ba0683bbe9..3af21ffb0d 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -32,8 +32,6 @@ void e_notice (gpointer parent, gchar *e_file_dialog_save (const gchar *title, const gchar *fname); -gchar *e_file_dialog_save_folder (const gchar *title); - GtkWidget * e_file_get_save_filesel (GtkWindow *parent, const gchar *title, const gchar *name, GtkFileChooserAction action); gboolean e_file_can_save(GtkWindow *parent, const gchar *uri); |