diff options
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; |