(fix) dropped old calendar sync/tag properties

This commit is contained in:
Ludovic Marcotte
2015-06-15 10:05:39 -04:00
parent b4f9b9095d
commit 406e9a3df2
5 changed files with 1 additions and 138 deletions
-5
View File
@@ -29,9 +29,4 @@
SOGoAppointmentFolder *calendar;
}
- (NSString *) originalCalendarSyncTag;
- (NSString *) allCalendarSyncTags;
- (BOOL) mustSynchronize;
- (void) setCalendarSyncTag: (NSString *) newTag;
@end