Removed unused variables from C source files.
This commit is contained in:
parent
a4432d3cdf
commit
f19e013294
2 changed files with 1 additions and 4 deletions
|
@ -38,8 +38,7 @@ static int
|
|||
AndroidAUD_OpenDevice(_THIS, const char *devname, int iscapture)
|
||||
{
|
||||
SDL_AudioFormat test_format;
|
||||
int valid_datatype = 0;
|
||||
|
||||
|
||||
if (iscapture) {
|
||||
//TODO: implement capture
|
||||
return SDL_SetError("Capture not supported on Android");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue