diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-01 04:53:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-01 04:53:49 +0800 |
commit | bef182255624468737832990a344cd31a82dc9d9 (patch) | |
tree | a17a1a861f2370df8d21a179fbc3afea22b795e9 /mail/mail-component-factory.c | |
parent | 5f2ba41078c760533e5650752dc6f8712e864ddc (diff) | |
download | gsoc2013-evolution-bef182255624468737832990a344cd31a82dc9d9.tar.gz gsoc2013-evolution-bef182255624468737832990a344cd31a82dc9d9.tar.zst gsoc2013-evolution-bef182255624468737832990a344cd31a82dc9d9.zip |
Remove all the syncFolder stuff since it's not in the Component interface
* mail-offline-handler.c: Remove all the syncFolder stuff since
it's not in the Component interface anymore.
* mail-mt.c: Remove declaration for global_shell_client. #if 0
all the code that uses that.
* mail-component-factory.c: Remove declaration for
global_shell_client.
* mail-vfolder.c: Remove declaration for global_shell_client.
svn path=/trunk/; revision=23506
Diffstat (limited to 'mail/mail-component-factory.c')
-rw-r--r-- | mail/mail-component-factory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-component-factory.c b/mail/mail-component-factory.c index 326f9177db..b779329926 100644 --- a/mail/mail-component-factory.c +++ b/mail/mail-component-factory.c @@ -54,10 +54,6 @@ #define WIZARD_ID "OAFIID:GNOME_Evolution_Mail_Wizard" -/* EPFIXME: This stuff is here just to get it to compile, it should be moved - out of the way (was originally in component-factory.c). */ -EvolutionShellClient *global_shell_client = NULL; - static BonoboObject * factory (BonoboGenericFactory *factory, const char *component_id, |