aboutsummaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-08 03:58:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-08 03:58:27 +0000
commit18dcff6af8a34d2585e7b7d62f9a14174ce804f6 (patch)
treea13ac535744c5006f3862f30a39d5c49da79dc23 /version.c
parent4a31a90779ed7dd60a458a98ffc61e245d65c3ad (diff)
removed the version/credit post cuz its annoying
svn path=/trunk/externals/hcs/; revision=13997
Diffstat (limited to 'version.c')
-rw-r--r--version.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/version.c b/version.c
index f62deac..f78fd2d 100644
--- a/version.c
+++ b/version.c
@@ -29,8 +29,6 @@
static char *version = "1.3";
-t_int version_instance_count;
-
#define DEBUG(x)
//#define DEBUG(x) x
@@ -69,13 +67,6 @@ static void *version_new(t_symbol *s)
DEBUG(post("version_new"););
t_version *x = (t_version *)pd_new(version_class);
-
- if(!version_instance_count)
- {
- post("[version] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
- }
- version_instance_count++;
outlet_new(&x->x_obj, &s_list);