diff options
Diffstat (limited to 'libical/examples/main.c')
-rw-r--r-- | libical/examples/main.c | 12 |
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){ -} |