aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
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;