diff options
author | Dan Winship <danw@src.gnome.org> | 2004-05-12 03:29:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-05-12 03:29:49 +0800 |
commit | c0c98fc178b604a10c4b15d3ff1c73b50ccf8d6f (patch) | |
tree | 654bbd8862b56d8f5810beb14fdabb3ccb0b527e /mail/mail-component.h | |
parent | 1b15216f5e285a231bcf5c7165be88607642c259 (diff) | |
download | gsoc2013-evolution-c0c98fc178b604a10c4b15d3ff1c73b50ccf8d6f.tar.gz gsoc2013-evolution-c0c98fc178b604a10c4b15d3ff1c73b50ccf8d6f.tar.zst gsoc2013-evolution-c0c98fc178b604a10c4b15d3ff1c73b50ccf8d6f.zip |
Remove the mail folder control factory
* GNOME_Evolution_Mail.server.in.in: Remove the mail folder
control factory
* mail-component-factory.c (factory): Remove support for the mail
folder control
* mail-component.c: Remove the property bag stuff
(mail_control_new): Gone
svn path=/trunk/; revision=25858
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r-- | mail/mail-component.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-component.h b/mail/mail-component.h index adedf00ba3..806b53263e 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -64,8 +64,6 @@ struct _MailComponentClass { GType mail_component_get_type (void); -struct _BonoboControl *mail_control_new(void); - MailComponent *mail_component_peek (void); /* NOTE: Using NULL as the component implies using the default component */ |