aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-17 19:06:39 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-17 19:06:39 +0800
commitec5d0a0fab3c33f68efe32decf6a55f0b174a796 (patch)
tree186231a4ad5f0effabec6d76bf3b0ac3ce9848c4 /shell/evolution-storage.c
parent08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa (diff)
downloadgsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.gz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.bz2
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.lz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.xz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.zst
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.zip
Cast this fucntion pointer.
2001-02-17 Christopher James Lahey <clahey@ximian.com> * e-shell-view-menu.c (file_verbs): Cast this fucntion pointer. * e-storage-set-view.c (ETABLE_SPEC): Turn on horizontal scrolling here. * evolution-shell-component.c (impl_ShellComponent_async_copy_folder): Commented out this unused function. * evolution-storage.c (storage_gtk_to_corba_result): Removed an unused variable here. * importer/importer.c: Include gal/widets/e-gui-utils.h. svn path=/trunk/; revision=8269
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r--shell/evolution-storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index dd9387715d..bf02c19110 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -252,8 +252,6 @@ impl_Storage__get_name (PortableServer_Servant servant,
static GNOME_Evolution_Storage_Result
storage_gtk_to_corba_result (EvolutionStorageResult result)
{
- GNOME_Evolution_Storage_Result corba_result;
-
switch (result) {
case EVOLUTION_STORAGE_OK:
return GNOME_Evolution_Storage_OK;