aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_template.c')
-rw-r--r--pd/src/g_template.c5
1 files changed, 2 insertions, 3 deletions
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);
}