Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
c08ec307
Commit
c08ec307
authored
Aug 02, 2014
by
Mathieu L Bouchard
Browse files
revert stuff that shouldn't have been committed.
parent
4a68207b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_scalar.c
View file @
c08ec307
...
...
@@ -139,7 +139,6 @@ int template_hasxy(t_template *template)
int
template_cancreate
(
t_template
*
template
)
{
//return 1;
int
i
,
type
,
nitems
=
template
->
t_n
;
t_dataslot
*
datatypes
=
template
->
t_vec
;
t_template
*
elemtemplate
;
...
...
@@ -176,7 +175,6 @@ t_scalar *scalar_new(t_glist *owner, t_symbol *templatesym)
}
if
(
!
template_cancreate
(
template
))
return
(
0
);
post
(
"ALLÔ"
);
x
=
(
t_scalar
*
)
getbytes
(
sizeof
(
t_scalar
)
+
(
template
->
t_n
-
1
)
*
sizeof
(
*
x
->
sc_vec
));
x
->
sc_gobj
.
g_pd
=
scalar_class
;
...
...
Write
Preview
Supports
Markdown
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