aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-prefs.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-08 04:52:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-08 04:52:49 +0800
commit02073ac96c3de4a24aea8c1c26b6dc983ef9c17c (patch)
treeaf2224a47b206a180efce34735ececda95e8bc82 /mail/em-account-prefs.c
parent5ffbd120533029408a898318f26ebee9d95b8433 (diff)
downloadgsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.gz
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.bz2
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.lz
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.xz
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.c')
-rw-r--r--mail/em-account-prefs.c7
1 files changed, 0 insertions, 7 deletions
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... */
-}