aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-24 20:17:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-24 22:46:19 +0800
commit70d219dff6e4e633bd7775965c8a1cc6a1e17335 (patch)
tree8e8045592f3d7381c58330ced886e008fab8eec8 /modules/mail
parent4fafc3ce04108177298acc6222d39858235223ac (diff)
downloadgsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.tar
gsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.tar.gz
gsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.tar.bz2
gsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.tar.lz
gsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.tar.xz
gsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.tar.zst
gsoc2013-evolution-70d219dff6e4e633bd7775965c8a1cc6a1e17335.zip
EMMailerPrefs: Remove some unused bits.
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/em-mailer-prefs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/mail/em-mailer-prefs.h b/modules/mail/em-mailer-prefs.h
index 67cd1f64cb..f8ad9e03d3 100644
--- a/modules/mail/em-mailer-prefs.h
+++ b/modules/mail/em-mailer-prefs.h
@@ -83,9 +83,6 @@ struct _EMMailerPrefs {
GtkTreeView *header_list;
GtkListStore *header_list_store;
- GtkToggleButton *sa_local_tests_only;
- GtkToggleButton *sa_use_daemon;
-
GtkToggleButton *junk_header_check;
GtkTreeView *junk_header_tree;
GtkListStore *junk_header_list_store;
@@ -99,9 +96,8 @@ struct _EMMailerPrefsClass {
GtkBoxClass parent_class;
};
-GType em_mailer_prefs_get_type (void);
-GtkWidget *create_combo_text_widget (void);
-GtkWidget *em_mailer_prefs_new (EPreferencesWindow *window);
+GType em_mailer_prefs_get_type (void);
+GtkWidget * em_mailer_prefs_new (EPreferencesWindow *window);
G_END_DECLS