From 64fdb009695828b788fce074135b20a5e52c5fc4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 23 Sep 2003 00:21:28 +0000 Subject: imported version 0.37-0 svn path=/trunk/; revision=1016 --- pd/src/g_template.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pd/src/g_template.c') diff --git a/pd/src/g_template.c b/pd/src/g_template.c index 67c35413..1695079b 100644 --- a/pd/src/g_template.c +++ b/pd/src/g_template.c @@ -288,7 +288,6 @@ static t_scalar *template_conformscalar(t_template *tfrom, t_template *tto, /* possibly replace the scalar */ if (scfrom->sc_template == tfrom->t_sym) { - post("match"); /* see scalar_new() for comment about the gpointer. */ gpointer_init(&gp); x = (t_scalar *)getbytes(sizeof(t_scalar) + @@ -435,10 +434,10 @@ void template_conform(t_template *tfrom, t_template *tto) if (doit) { t_glist *gl; - post("conforming template '%s' to new structure", + /* post("conforming template '%s' to new structure", tfrom->t_sym->s_name); for (i = 0; i < nto; i++) - post("... %d", conformaction[i]); + post("... %d", conformaction[i]); */ for (gl = canvas_list; gl; gl = gl->gl_next) template_conformglist(tfrom, tto, gl, conformaction); } -- cgit v1.2.1