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
Jonathan Wilkes
purr-data
Commits
0618b1e6
Commit
0618b1e6
authored
Feb 18, 2016
by
Jonathan Wilkes
Browse files
remove unused variables
parent
0c680a4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_readwrite.c
View file @
0618b1e6
...
...
@@ -169,10 +169,8 @@ int glist_readscalar(t_glist *x, int natoms, t_atom *vec,
void
glist_readfrombinbuf
(
t_glist
*
x
,
t_binbuf
*
b
,
char
*
filename
,
int
selectem
)
{
t_canvas
*
canvas
=
glist_getcanvas
(
x
);
int
cr
=
0
,
natoms
,
nline
,
message
,
nextmsg
=
0
,
i
,
j
,
nitems
;
int
natoms
,
nline
,
message
,
nextmsg
=
0
;
t_atom
*
vec
;
t_gobj
*
gobj
;
natoms
=
binbuf_getnatom
(
b
);
vec
=
binbuf_getvec
(
b
);
...
...
@@ -648,7 +646,8 @@ static void canvas_saveto(t_canvas *x, t_binbuf *b)
(
int
)(
x
->
gl_screeny2
-
x
->
gl_screeny1
),
(
patchsym
!=
&
s_
?
patchsym
:
gensym
(
"(subpatch)"
)),
x
->
gl_mapped
);
t_text
*
xt
=
(
t_text
*
)
x
;
/* Not sure what the following commented line was doing... */
//t_text *xt = (t_text *)x;
}
/* root or abstraction */
else
...
...
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