aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/cal-util.h')
-rw-r--r--calendar/cal-util/cal-util.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/calendar/cal-util/cal-util.h b/calendar/cal-util/cal-util.h
index c587be5568..5c640a2d89 100644
--- a/calendar/cal-util/cal-util.h
+++ b/calendar/cal-util/cal-util.h
@@ -41,20 +41,6 @@ typedef struct {
void cal_obj_instance_list_free (GList *list);
-typedef enum {
- CALOBJ_ADDED = 1 << 0,
- CALOBJ_MODIFIED = 1 << 1,
- CALOBJ_DELETED = 1 << 2
-} CalObjChangeType;
-
-typedef struct
-{
- char *calobj;
- CalObjChangeType type;
-} CalObjChange;
-
-void cal_obj_change_list_free (GList *list);
-
/* Instance of an alarm trigger */
typedef struct {
char *uid; /* UID of object */