aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-23 22:27:01 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-23 22:27:01 +0000
commitf31ffd1b3f16fa3ee91919241af1b9f66e5ef19f (patch)
tree69bfe85c056ad7f8eadef43969858a6bfeab5dc8
parentd26744af0c8050c936c1c45b25dc3ae228ccbc97 (diff)
moved optional example to wiki docs: http://puredata.info/docs/developer/MakefileTemplate
svn path=/trunk/externals/template/; revision=13903
-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();
-}