diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-08 04:52:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-08 04:52:49 +0800 |
commit | 02073ac96c3de4a24aea8c1c26b6dc983ef9c17c (patch) | |
tree | af2224a47b206a180efce34735ececda95e8bc82 /mail/em-account-prefs.h | |
parent | 5ffbd120533029408a898318f26ebee9d95b8433 (diff) | |
download | gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.gz gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.zst gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.zip |
Removed.
2004-04-07 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/em-account-prefs.h')
-rw-r--r-- | mail/em-account-prefs.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |