aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/icalendar.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-22 06:40:15 +0800
committernobody <nobody@localhost>2000-05-22 06:40:15 +0800
commit573469db0d4d8a5a328137342c041bd005eaf974 (patch)
tree70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/pcs/icalendar.h
parent3f5d9cb60827ca2a5e032e95aa241cc8376ab46f (diff)
downloadgsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.tar
gsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.tar.gz
gsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.tar.bz2
gsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.tar.lz
gsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.tar.xz
gsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.tar.zst
gsoc2013-evolution-573469db0d4d8a5a328137342c041bd005eaf974.zip
This commit was manufactured by cvs2svn to create tag 'MC_4_5_47'.MC_4_5_47
svn path=/tags/MC_4_5_47/; revision=3158
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