Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Srashti Mittal
purr-data
Commits
8c21dc9a
Commit
8c21dc9a
authored
Apr 11, 2021
by
Albert Gräf
Browse files
Remove the outlet in boxed mode which isn't actually used.
parent
7fd71aaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/pddp/pddplink.c
View file @
8c21dc9a
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment