diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-04 07:37:56 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-04 07:37:56 +0800 |
commit | 459ecd869f35aeaea7c99d120e51854211efb24a (patch) | |
tree | ca3fe678407e418eac0a0e28040fbec5bdf1b2cd /shell/evolution-storage.c | |
parent | 02ead26ac7ddc9e1aa13a9567972169d9f032a7b (diff) | |
download | gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.tar gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.tar.gz gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.tar.bz2 gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.tar.lz gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.tar.xz gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.tar.zst gsoc2013-evolution-459ecd869f35aeaea7c99d120e51854211efb24a.zip |
warning fix.
svn path=/trunk/; revision=11638
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r-- | shell/evolution-storage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index 29afe24bd3..ea8ffed6c5 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -374,7 +374,6 @@ impl_Storage_updateFolder (PortableServer_Servant servant, EvolutionStoragePrivate *priv; EvolutionStorage *storage; GList *p; - CORBA_Environment ev; bonobo_object = bonobo_object_from_servant (servant); storage = EVOLUTION_STORAGE (bonobo_object); |