aboutsummaryrefslogtreecommitdiff
path: root/colorpanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'colorpanel.c')
-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);
}