diff options
author | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
commit | 7d856421c9ec7a0f2e4c31b822cef4c7ce415e14 (patch) | |
tree | 75a31cb1cb19b4266322f9427b0641c1b53aca24 /libical/examples/main.c | |
parent | dcc99c020b6a58e174091b32585159edfae18dd4 (diff) | |
download | gsoc2013-evolution-radioactive-1_3_1.tar.gz gsoc2013-evolution-radioactive-1_3_1.tar.zst gsoc2013-evolution-radioactive-1_3_1.zip |
This commit was manufactured by cvs2svn to create tagradioactive-1_3_1
'radioactive-1_3_1'.
svn path=/tags/radioactive-1_3_1/; revision=14068
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){ -} |