aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/main.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-06-29 00:20:00 +0800
committernobody <nobody@localhost>2003-06-29 00:20:00 +0800
commit3b48c5c529ad67f01db7eccf4fea7e4dc6484395 (patch)
treee521429188462e4446c632b5bd4b6f333e589995 /libical/examples/main.c
parent5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff)
downloadgsoc2013-evolution-GTKHTML_3_1_4.tar.gz
gsoc2013-evolution-GTKHTML_3_1_4.tar.zst
gsoc2013-evolution-GTKHTML_3_1_4.zip
This commit was manufactured by cvs2svn to create tagGTKHTML_3_1_4
'GTKHTML_3_1_4'. svn path=/tags/GTKHTML_3_1_4/; revision=21661
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){
-}