From 05e3d1002ae72055c52a356cad5aab41f4990e6a Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 5 Dec 1999 22:13:49 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'BUG_BUDDY_0_6'. svn path=/tags/BUG_BUDDY_0_6/; revision=1465 --- calendar/gui/cal_struct.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 calendar/gui/cal_struct.h (limited to 'calendar/gui/cal_struct.h') diff --git a/calendar/gui/cal_struct.h b/calendar/gui/cal_struct.h deleted file mode 100644 index 411036c7aa..0000000000 --- a/calendar/gui/cal_struct.h +++ /dev/null @@ -1,27 +0,0 @@ -#define MAX_SZ 30 - -enum RepeatType { - Single, - Days, - Months, - WeekDays, - MonthDays -}; - - -struct actionitem { - char date[MAX_SZ]; - int time; /* Minutes past midnight */ -}; - -struct event { - struct actionitem start; - struct actionitem end; - - enum RepeatType repeat; - int repeatcount; - char description[MAX_SZ]; - char subtype[MAX_SZ]; - GList *properties; -}; - -- cgit