Skip to content

Commit

Permalink
aix: Removed unused local variable.
Browse files Browse the repository at this point in the history
Found by Cppcheck.
  • Loading branch information
philippwiesemann committed Jul 29, 2017
1 parent 84aeab1 commit cea33bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/paudio/SDL_paudio.c
Expand Up @@ -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;
Expand Down

0 comments on commit cea33bf

Please sign in to comment.