diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-30 20:31:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-30 20:31:19 +0000 |
commit | ba029c6f47b2aab5cc6b5ab081b7a85e9e5aa6f5 (patch) | |
tree | bd20e4378a8a9f7040c0cdf13a88b55491e8a40b | |
parent | ab075c8c109d64b71bf7f252c9132e904ccf3148 (diff) |
commented out debug message
svn path=/trunk/externals/motex/; revision=13947
-rw-r--r-- | system.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ void *system_new(void) void system_setup(void) { - post("system_setup"); +// post("system_setup"); system_class = class_new(gensym("system"), (t_newmethod)system_new, (t_method)system_free, sizeof(t_system), 0, 0); class_addanything(system_class, system_anything); |