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-vfolder.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-vfolder.c')
-rw-r--r-- | mail/mail-vfolder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index b3acc7f650..23b52789b4 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -61,8 +61,6 @@ static GList *source_folders_remote; /* list of source folder uri's - remote one static GList *source_folders_local; /* list of source folder uri's - local ones */ static GHashTable *vfolder_hash; -extern EvolutionShellClient *global_shell_client; - /* more globals ... */ extern CamelSession *session; |