Skip to content
Snippets Groups Projects
Commit 8c21dc9a authored by Albert Gräf's avatar Albert Gräf
Browse files

Remove the outlet in boxed mode which isn't actually used.

parent 7fd71aaa
No related branches found
No related tags found
No related merge requests found
......@@ -409,9 +409,7 @@ static void *pddplink_new(t_symbol *s, int ac, t_atom *av)
SETSYMBOL(&x->x_openargs[0], x->x_ulink);
SETSYMBOL(&x->x_openargs[1], x->x_dirsym);
x->x_ishit = 0;
if (x->x_isboxed)
outlet_new((t_object *)x, &s_anything);
else
if (!x->x_isboxed)
{
/* do we need to set ((t_text *)x)->te_type = T_TEXT; ? */
if (!x->x_vistext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment