diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-08 12:11:48 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-08 12:11:48 +0800 |
commit | 6dd08625faec99336f9a368e8277a55711d90fa2 (patch) | |
tree | 8398db815bea93b07f2a378d2fd5e86ea633e98f /calendar/gui/eventedit.h | |
parent | 819b11244a22c0d9086414ced67388eee2e07a98 (diff) | |
download | gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.gz gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.zst gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.zip |
track movement of calobj.[ch]
svn path=/trunk/; revision=2086
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; |