diff options
Diffstat (limited to 'mail/em-folder-selection-button.h')
-rw-r--r-- | mail/em-folder-selection-button.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/em-folder-selection-button.h b/mail/em-folder-selection-button.h index 391b6b1dbd..cc75fac1dd 100644 --- a/mail/em-folder-selection-button.h +++ b/mail/em-folder-selection-button.h @@ -26,8 +26,6 @@ #include <gtk/gtk.h> -#include <mail/em-folder-tree-model.h> - /* Standard GObject macros */ #define EM_TYPE_FOLDER_SELECTION_BUTTON \ (em_folder_selection_button_get_type ()) @@ -68,12 +66,8 @@ struct _EMFolderSelectionButtonClass { GType em_folder_selection_button_get_type (void); GtkWidget * em_folder_selection_button_new - (EMFolderTreeModel *model, - const gchar *title, + (const gchar *title, const gchar *caption); -EMFolderTreeModel * - em_folder_selection_button_get_model - (EMFolderSelectionButton *button); const gchar * em_folder_selection_button_get_caption (EMFolderSelectionButton *button); void em_folder_selection_button_set_caption |