diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-09 23:16:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-09 23:16:42 +0800 |
commit | b54806a43221fe65b1fcbe6a3eacdd327b45b673 (patch) | |
tree | 4f978b2b5d14a6f189f42fe24fdd06a9ff97d906 /shell | |
parent | a2ab50c057cbe9baafa63372767c5022901838f6 (diff) | |
download | gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.gz gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.zst gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.zip |
(remove_folder): Remove unused variable.
svn path=/trunk/; revision=17388
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-local-storage.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c6bd64ae58..d9e5a955ec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Ettore Perazzoli <ettore@ximian.com> + + * e-local-storage.c (remove_folder): Remove unused variable. + 2002-07-08 Ettore Perazzoli <ettore@ximian.com> * e-shortcuts-view.c (toggle_large_icons_cb): Change the group diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index ee8b09cb5c..f79c31f8fe 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -628,7 +628,6 @@ remove_folder (ELocalStorage *local_storage, EvolutionShellComponentClient *component_client; EFolder *folder; GList *next_paths_to_delete; - GList *p; priv = local_storage->priv; |