From 70108e31eafba17f63a04375d7e4c51c7d1c35eb Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sun, 5 Mar 2000 23:44:52 +0000 Subject: More file moving action - Federico svn path=/trunk/; revision=2061 --- calendar/cal_struct.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 calendar/cal_struct.h (limited to 'calendar/cal_struct.h') diff --git a/calendar/cal_struct.h b/calendar/cal_struct.h deleted file mode 100644 index 411036c7aa..0000000000 --- a/calendar/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 v1.2.3