aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/main.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-12-14 12:59:04 +0800
committernobody <nobody@localhost>2001-12-14 12:59:04 +0800
commitc70d96720d5b228bcfe70d411a22ba5be4456111 (patch)
tree32cb6f4702fe446ea804947fa4479b5431a3d24a /libical/examples/main.c
parent969ffa703d70be312a9b9b2f7a6d2b7a8ac87c17 (diff)
downloadgsoc2013-evolution-GNOME_GAMES_1_9_0.tar.gz
gsoc2013-evolution-GNOME_GAMES_1_9_0.tar.zst
gsoc2013-evolution-GNOME_GAMES_1_9_0.zip
This commit was manufactured by cvs2svn to create tagGNOME_GAMES_1_9_0
'GNOME_GAMES_1_9_0'. svn path=/tags/GNOME_GAMES_1_9_0/; revision=15047
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){
-}