diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 03:58:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 03:58:27 +0000 |
commit | 18dcff6af8a34d2585e7b7d62f9a14174ce804f6 (patch) | |
tree | a13ac535744c5006f3862f30a39d5c49da79dc23 | |
parent | 4a31a90779ed7dd60a458a98ffc61e245d65c3ad (diff) |
removed the version/credit post cuz its annoying
svn path=/trunk/externals/hcs/; revision=13997
-rw-r--r-- | version.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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); |