aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-21 17:12:44 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-21 17:12:44 +0800
commit90b1aebeb8db90621714247bfe3fd1c662b8f7d9 (patch)
treeab6fb2c90241b1105dd9c4033cf62f5a193e232a /shell/e-shell.c
parent323689b6584196bce37251b2ec3c81d52c815f62 (diff)
downloadgsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar
gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar.gz
gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar.bz2
gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar.lz
gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar.xz
gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar.zst
gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.zip
remove unused.
2004-05-21 Not Zed <NotZed@Ximian.com> * e-shell.c (e_shell_attempt_upgrade): remove unused. svn path=/trunk/; revision=26032
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 0f62ae42d6..ecd780fe8a 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -716,7 +716,6 @@ e_shell_attempt_upgrade (EShell *shell, int major, int minor, int revision)
for (p = component_infos; success && p != NULL; p = p->next) {
const EComponentInfo *info = p->data;
CORBA_Environment ev;
- gboolean component_upgraded;
CORBA_exception_init (&ev);