aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-14 01:59:52 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-14 01:59:52 +0800
commit2c27394b7f6f688842128428e1fc4a1327a4df29 (patch)
treed1b5b6dd269d67710cf209c864f4c0cb1739330b /shell/e-local-storage.c
parent96bdbb506f8184b23ebfe02ffac837de1462eadf (diff)
downloadgsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.tar
gsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.tar.gz
gsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.tar.bz2
gsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.tar.lz
gsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.tar.xz
gsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.tar.zst
gsoc2013-evolution-2c27394b7f6f688842128428e1fc4a1327a4df29.zip
Remove unused variable @folder.
2001-08-13 Jason Leach <jleach@ximian.com> * e-local-storage.c (remove_folder_directory): Remove unused variable @folder. * e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar): Give icons to shortcuts added via Right-click->Add to Shortcut Bar. svn path=/trunk/; revision=11944
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r--shell/e-local-storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c
index 8c23c8659e..566980a175 100644
--- a/shell/e-local-storage.c
+++ b/shell/e-local-storage.c
@@ -450,7 +450,6 @@ remove_folder_directory (ELocalStorage *local_storage,
{
EStorage *storage;
ELocalStoragePrivate *priv;
- EFolder *folder;
const char *folder_name;
char *file_name;
char *physical_path;
@@ -458,7 +457,6 @@ remove_folder_directory (ELocalStorage *local_storage,
priv = local_storage->priv;
storage = E_STORAGE (local_storage);
- folder = e_storage_get_folder (storage, path);
folder_name = g_basename (path);
/* Delete the metadata file associated with this folder. */