Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
aix: Removed unused local variable.
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/audio/paudio/SDL_paudio.c
|
@@ -245,7 +245,6 @@ PAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) |
|
|
SDL_AudioFormat test_format; |
|
|
audio_init paud_init; |
|
|
audio_buffer paud_bufinfo; |
|
|
audio_status paud_status; |
|
|
audio_control paud_control; |
|
|
audio_change paud_change; |
|
|
int fd = -1; |
|
|