aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/icalendar.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-16 11:43:44 +0800
committernobody <nobody@localhost>2000-05-16 11:43:44 +0800
commite22bbf6de993fd3aa205514efb130a7dc3b3bc05 (patch)
tree70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/pcs/icalendar.h
parent40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff)
downloadgsoc2013-evolution-LIBGLADE_0_13.tar.gz
gsoc2013-evolution-LIBGLADE_0_13.tar.zst
gsoc2013-evolution-LIBGLADE_0_13.zip
This commit was manufactured by cvs2svn to create tagLIBGLADE_0_13
'LIBGLADE_0_13'. svn path=/tags/LIBGLADE_0_13/; revision=3060
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