aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/icalendar.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-11-07 05:40:14 +0800
committernobody <nobody@localhost>2000-11-07 05:40:14 +0800
commit7ff5a358e591e3babf755052f6ea2ef5d849e6a2 (patch)
tree786145ed8b82796d89e41d2ed37058c0097ace13 /calendar/cal-util/icalendar.h
parentb4c61eba8055f666fd8a2270879a6f9722faa2b3 (diff)
downloadgsoc2013-evolution-BEFORE_UI_REFACTOR.tar
gsoc2013-evolution-BEFORE_UI_REFACTOR.tar.gz
gsoc2013-evolution-BEFORE_UI_REFACTOR.tar.bz2
gsoc2013-evolution-BEFORE_UI_REFACTOR.tar.lz
gsoc2013-evolution-BEFORE_UI_REFACTOR.tar.xz
gsoc2013-evolution-BEFORE_UI_REFACTOR.tar.zst
gsoc2013-evolution-BEFORE_UI_REFACTOR.zip
This commit was manufactured by cvs2svn to create tagBEFORE_UI_REFACTOR
'BEFORE_UI_REFACTOR'. svn path=/tags/BEFORE_UI_REFACTOR/; revision=6432
Diffstat (limited to 'calendar/cal-util/icalendar.h')
-rw-r--r--calendar/cal-util/icalendar.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/cal-util/icalendar.h b/calendar/cal-util/icalendar.h
deleted file mode 100644
index 2a22fbab71..0000000000
--- a/calendar/cal-util/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