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
David MacDonald
purr-data
Commits
475c48f7
Commit
475c48f7
authored
Jan 19, 2017
by
Albert Gräf
Browse files
Get rid of some unused variables to silence gcc warnings.
parent
9d3ea75f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_file.c
View file @
475c48f7
...
...
@@ -49,7 +49,6 @@ void sys_doflags( void);
#define USER_CONFIG_DIR ".pd-l2ork"
static
char
*
sys_prefbuf
;
static
int
sys_prefbufsize
;
static
void
sys_initloadpreferences
(
void
)
{
...
...
@@ -339,7 +338,7 @@ void sys_loadpreferences( void)
int
nmidiindev
,
midiindev
[
MAXMIDIINDEV
];
int
nmidioutdev
,
midioutdev
[
MAXMIDIOUTDEV
];
int
i
,
rate
=
0
,
advance
=
-
1
,
callback
=
0
,
blocksize
=
0
,
api
,
nolib
,
maxi
;
api
,
maxi
;
char
prefbuf
[
MAXPDSTRING
],
keybuf
[
80
];
sys_initloadpreferences
();
...
...
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