The before-save hook which is called when saving a calendar
[citadel.git] / citadel / modules / calendar / serv_calendar.h
index c58a6e40d762731a894cb3a64829c5cc15b989c4..7ac93aab61bc255c9a07f4549806f96412e1a208 100644 (file)
@@ -20,14 +20,3 @@ struct cit_ical {
 };
 
 #define CIT_ICAL CC->CIT_ICAL
-
-/*
- * When saving a message containing calendar information, we keep track of
- * some components in the calendar object that need to be inserted into
- * message fields.
- */
-struct icalmessagemod {
-       char subject[SIZ];
-       char uid[SIZ];
-       time_t dtstart;
-};