aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-09 23:16:42 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-09 23:16:42 +0800
commitb54806a43221fe65b1fcbe6a3eacdd327b45b673 (patch)
tree4f978b2b5d14a6f189f42fe24fdd06a9ff97d906
parenta2ab50c057cbe9baafa63372767c5022901838f6 (diff)
downloadgsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar
gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.gz
gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.bz2
gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.lz
gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.xz
gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.tar.zst
gsoc2013-evolution-b54806a43221fe65b1fcbe6a3eacdd327b45b673.zip
(remove_folder): Remove unused variable.
svn path=/trunk/; revision=17388
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-local-storage.c1
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;