diff --git a/pd/src/g_template.c b/pd/src/g_template.c index 52b009fdbdf0913621ab458a97c5f8eb743f36af..04cafa17d3e04323cb566c96794b9c4b0f16bd6a 100644 --- a/pd/src/g_template.c +++ b/pd/src/g_template.c @@ -363,12 +363,6 @@ static t_scalar *template_conformscalar(t_template *tfrom, t_template *tto, } else if (ds->ds_type == DT_ARRAY) { - t_symbol *arraytemplate = ds->ds_fieldtemplate; - if (arraytemplate == tfrom->t_sym || - arraytemplate == tto->t_sym) - { - return 0; - } template_conformarray(tfrom, tto, conformaction, x->sc_vec[i].w_array); }