aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index f9c90b212c..73759612ee 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -96,7 +96,6 @@ struct _EvolutionStorageClass {
void (*update_folder) (EvolutionStorage *storage,
const char *path,
- const char *display_name,
int unread_count);
};
@@ -131,11 +130,9 @@ EvolutionStorageResult evolution_storage_new_folder (EvolutionStorage
int unread_count);
EvolutionStorageResult evolution_storage_update_folder (EvolutionStorage *evolution_storage,
const char *path,
- const char *display_name,
int unread_count);
EvolutionStorageResult evolution_storage_update_folder_by_uri (EvolutionStorage *evolution_storage,
const char *physical_uri,
- const char *display_name,
int unread_count);
EvolutionStorageResult evolution_storage_removed_folder (EvolutionStorage *evolution_storage,
const char *path);