aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-30 22:19:00 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:04 +0800
commitb7b14fba25bc593af0f4dc1346d9a43779a59345 (patch)
tree4bcb43b7303182f4a834b6be253d1dbd1d67a698 /mail/em-folder-selection-button.h
parentf1515cc198738d2a7eccb25d1478a30b2d2f8b22 (diff)
downloadgsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.tar
gsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.tar.gz
gsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.tar.bz2
gsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.tar.lz
gsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.tar.xz
gsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.tar.zst
gsoc2013-evolution-b7b14fba25bc593af0f4dc1346d9a43779a59345.zip
EMFolderSelectionButton: Remove unused multiselect functions.
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);