diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-21 17:12:44 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-21 17:12:44 +0800 |
commit | 90b1aebeb8db90621714247bfe3fd1c662b8f7d9 (patch) | |
tree | ab6fb2c90241b1105dd9c4033cf62f5a193e232a /shell | |
parent | 323689b6584196bce37251b2ec3c81d52c815f62 (diff) | |
download | gsoc2013-evolution-90b1aebeb8db90621714247bfe3fd1c662b8f7d9.tar.gz 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')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 86d3b8c326..f5dc46b5f6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2004-05-21 Not Zed <NotZed@Ximian.com> + + * e-shell.c (e_shell_attempt_upgrade): remove unused. + 2004-05-19 Not Zed <NotZed@Ximian.com> * e-shell-window.c (setup_widgets): use the menu icon not the 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); |