summaryrefslogtreecommitdiffstats
path: root/libkcal/libical/examples/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/libical/examples/main.c')
-rw-r--r--libkcal/libical/examples/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libkcal/libical/examples/main.c b/libkcal/libical/examples/main.c
deleted file mode 100644
index 1be2de5c9..000000000
--- a/libkcal/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){
-}