aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/template.c b/template.c
deleted file mode 100644
index 98f1b7f..0000000
--- a/template.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* glue code for compiling "template" as a library
- * this calls the setup function of each object
- */
-void mycobject_setup(void);
-
-void template_setup(void) {
- mycobject_setup();
-}