diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 361f2e2044..1cc856e70a 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -394,6 +394,7 @@ create_folder (ELocalStorage *local_storage, callback_data); } +#if 0 static EStorageResult remove_folder_directory (ELocalStorage *local_storage, const char *path) @@ -432,6 +433,7 @@ remove_folder_directory (ELocalStorage *local_storage, g_free (physical_path); return E_STORAGE_OK; } +#endif /* GtkObject methods. */ |