aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/main.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commit3c9ec9e74ef3128e84c0076eb1761205b0e84532 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /libical/examples/main.c
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-GNOME_CORE_1_4_0_6.tar
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.gz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.bz2
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.lz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.xz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.zst
gsoc2013-evolution-GNOME_CORE_1_4_0_6.zip
This commit was manufactured by cvs2svn to create tagGNOME_CORE_1_4_0_6
'GNOME_CORE_1_4_0_6'. svn path=/tags/GNOME_CORE_1_4_0_6/; revision=11668
Diffstat (limited to 'libical/examples/main.c')
-rw-r--r--libical/examples/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libical/examples/main.c b/libical/examples/main.c
deleted file mode 100644
index 1be2de5c9e..0000000000
--- a/libical/examples/main.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This is just to make the code in the example directory link properly. */
-#include "ical.h"
-
-int main()
-{
-
- return 1;
-}
-
-
-void do_something(icalcomponent* comp){
-}