aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/icalendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs/icalendar.h')
-rw-r--r--calendar/pcs/icalendar.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/pcs/icalendar.h b/calendar/pcs/icalendar.h
deleted file mode 100644
index 2a22fbab71..0000000000
--- a/calendar/pcs/icalendar.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef ICALENDAR_H
-#define ICALENDAR_H
-
-#include <ical.h>
-#include <cal-util/calobj.h>
-
-
-
-iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp);
-
-
-
-#endif