From 02073ac96c3de4a24aea8c1c26b6dc983ef9c17c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 7 Apr 2004 20:52:49 +0000 Subject: Removed. 2004-04-07 Jeffrey Stedfast * em-account-prefs.c (em_account_prefs_apply): Removed. * em-mailer-prefs.c (em_mailer_prefs_apply): Removed. * em-composer-prefs.c (em_composer_prefs_apply): Removed. svn path=/trunk/; revision=25362 --- mail/ChangeLog | 6 ++++++ mail/em-account-prefs.c | 7 ------- mail/em-account-prefs.h | 2 -- mail/em-composer-prefs.c | 7 ------- mail/em-composer-prefs.h | 2 -- mail/em-mailer-prefs.c | 6 ------ mail/em-mailer-prefs.h | 2 -- 7 files changed, 6 insertions(+), 26 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index f30227ea52..3f10acdc65 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2004-04-07 Jeffrey Stedfast + * em-account-prefs.c (em_account_prefs_apply): Removed. + + * em-mailer-prefs.c (em_mailer_prefs_apply): Removed. + + * em-composer-prefs.c (em_composer_prefs_apply): Removed. + * mail-config-factory.c (mail_config_control_factory_cb): No longer need the Apply stuff. diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c index 9cd9034478..ec4e83ab9e 100644 --- a/mail/em-account-prefs.c +++ b/mail/em-account-prefs.c @@ -577,10 +577,3 @@ em_account_prefs_new (GNOME_Evolution_Shell shell) return (GtkWidget *) new; } - - -void -em_account_prefs_apply (EMAccountPrefs *prefs) -{ - /* nothing to do here... */ -} diff --git a/mail/em-account-prefs.h b/mail/em-account-prefs.h index cff22fdc51..100d56480d 100644 --- a/mail/em-account-prefs.h +++ b/mail/em-account-prefs.h @@ -87,8 +87,6 @@ GtkType em_account_prefs_get_type (void); GtkWidget *em_account_prefs_new (GNOME_Evolution_Shell shell); -void em_account_prefs_apply (EMAccountPrefs *prefs); - /* needed by global config */ #define EM_ACCOUNT_PREFS_CONTROL_ID "OAFIID:GNOME_Evolution_Mail_AccountPrefs_ConfigControl:" BASE_VERSION diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c index a5fd6181ee..3125c3776f 100644 --- a/mail/em-composer-prefs.c +++ b/mail/em-composer-prefs.c @@ -994,10 +994,3 @@ em_composer_prefs_new (void) return (GtkWidget *) new; } - - -void -em_composer_prefs_apply (EMComposerPrefs *prefs) -{ - gconf_client_suggest_sync (prefs->gconf, NULL); -} diff --git a/mail/em-composer-prefs.h b/mail/em-composer-prefs.h index 327675bb7c..6c03538b41 100644 --- a/mail/em-composer-prefs.h +++ b/mail/em-composer-prefs.h @@ -117,8 +117,6 @@ GType em_composer_prefs_get_type (void); GtkWidget *em_composer_prefs_new (void); -void em_composer_prefs_apply (EMComposerPrefs *prefs); - void em_composer_prefs_new_signature (GtkWindow *parent, gboolean html, const char *script); /* needed by global config */ diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c index 2e79d33840..fd1e118e02 100644 --- a/mail/em-mailer-prefs.c +++ b/mail/em-mailer-prefs.c @@ -962,12 +962,6 @@ em_mailer_prefs_new (void) } -void -em_mailer_prefs_apply (EMMailerPrefs *prefs) -{ - gconf_client_suggest_sync (prefs->gconf, NULL); -} - static struct _EMMailerPrefsHeader * emmp_header_from_xmldoc (xmlDocPtr doc) { diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h index cbbb0d2350..065343b48a 100644 --- a/mail/em-mailer-prefs.h +++ b/mail/em-mailer-prefs.h @@ -131,8 +131,6 @@ GtkType em_mailer_prefs_get_type (void); GtkWidget *em_mailer_prefs_new (void); -void em_mailer_prefs_apply (EMMailerPrefs *prefs); - EMMailerPrefsHeader *em_mailer_prefs_header_from_xml(const char *xml); char *em_mailer_prefs_header_to_xml(EMMailerPrefsHeader *header); void em_mailer_prefs_header_free(EMMailerPrefsHeader *header); -- cgit v1.2.3