diff options
Diffstat (limited to 'calendar/gui/eventedit.h')
-rw-r--r-- | calendar/gui/eventedit.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index 9411d4ac7a..4d605892dd 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/eventedit.h @@ -9,7 +9,6 @@ #define EVENT_EDITOR_H #include "gnome-cal.h" -#include "alarm.h" #include <libgnomeui/gnome-dialog.h> BEGIN_GNOME_DECLS @@ -58,12 +57,7 @@ typedef struct { GtkWidget *recur_ex_clist; /* The associated ical object */ - iCalObject *ical; /* FIX ME -- get rid of this */ - - CalendarAlarmUI dalarmui; - CalendarAlarmUI aalarmui; - CalendarAlarmUI palarmui; - CalendarAlarmUI malarmui; + iCalObject *ical; /* The calendar owner of this event */ GnomeCalendar *gnome_cal; |