aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-selection-button.h')
-rw-r--r--mail/em-folder-selection-button.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/em-folder-selection-button.h b/mail/em-folder-selection-button.h
index 8eb89b94e2..504e17cddb 100644
--- a/mail/em-folder-selection-button.h
+++ b/mail/em-folder-selection-button.h
@@ -75,21 +75,11 @@ const gchar * em_folder_selection_button_get_caption
void em_folder_selection_button_set_caption
(EMFolderSelectionButton *button,
const gchar *caption);
-gboolean em_folder_selection_button_get_multiselect
- (EMFolderSelectionButton *button);
-void em_folder_selection_button_set_multiselect
- (EMFolderSelectionButton *button,
- gboolean multiselect);
const gchar * em_folder_selection_button_get_selection
(EMFolderSelectionButton *button);
void em_folder_selection_button_set_selection
(EMFolderSelectionButton *button,
const gchar *uri);
-GList * em_folder_selection_button_get_selection_mult
- (EMFolderSelectionButton *button);
-void em_folder_selection_button_set_selection_mult
- (EMFolderSelectionButton *button,
- GList *uris);
void em_folder_selection_button_set_session
(EMFolderSelectionButton *button,
EMailSession *session);