aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/icalendar-save.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
commit5e79f1e14725be2e212be1b05150e918a2a55efb (patch)
tree70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/pcs/icalendar-save.h
parent40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff)
downloadgsoc2013-evolution-cvs_old.tar
gsoc2013-evolution-cvs_old.tar.gz
gsoc2013-evolution-cvs_old.tar.bz2
gsoc2013-evolution-cvs_old.tar.lz
gsoc2013-evolution-cvs_old.tar.xz
gsoc2013-evolution-cvs_old.tar.zst
gsoc2013-evolution-cvs_old.zip
This commit was manufactured by cvs2svn to create tag 'cvs_old'.cvs_old
svn path=/tags/cvs_old/; revision=3063
Diffstat (limited to 'calendar/pcs/icalendar-save.h')
-rw-r--r--calendar/pcs/icalendar-save.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/pcs/icalendar-save.h b/calendar/pcs/icalendar-save.h
deleted file mode 100644
index 1e0ab59e70..0000000000
--- a/calendar/pcs/icalendar-save.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef ICALENDAR_SAVE_H
-#define ICALENDAR_SAVE_H
-
-#include <ical.h>
-#include <cal-util/calobj.h>
-
-
-
-icalcomponent *icalcomponent_create_from_ical_object (iCalObject *ical);
-
-
-
-#endif