aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-08 03:34:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-08 03:34:08 +0000
commit51331fca05cfbaba90d29daf0c75115f97a04af4 (patch)
treef774f6e37c5393c3947b30e8ff953865b072c80b
parent742901e7dff59a17051d3d590324bfd5df1fae22 (diff)
striped out unneeded debug code
svn path=/trunk/externals/hcs/; revision=8961
-rw-r--r--colorpanel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/colorpanel.c b/colorpanel.c
index 569b762..a7ef291 100644
--- a/colorpanel.c
+++ b/colorpanel.c
@@ -16,8 +16,6 @@ typedef struct _colorpanel
static void colorpanel_bang(t_colorpanel *x)
{
- DEBUG(post("pd [concat %s callback [tk_chooseColor -initialcolor %s] \\;]\n",
- x->x_s->s_name, x->current_color););
sys_vgui("pd [concat %s callback [tk_chooseColor -initialcolor %s] \\;]\n",
x->x_s->s_name, x->current_color);
}