aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/eventedit.h
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-03-08 12:11:48 +0800
committerSeth Alves <alves@src.gnome.org>2000-03-08 12:11:48 +0800
commit6dd08625faec99336f9a368e8277a55711d90fa2 (patch)
tree8398db815bea93b07f2a378d2fd5e86ea633e98f /calendar/gui/eventedit.h
parent819b11244a22c0d9086414ced67388eee2e07a98 (diff)
downloadgsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.gz
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.bz2
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.lz
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.xz
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.h8
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;