Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused variable.
  • Loading branch information
icculus committed Mar 20, 2015
1 parent b24ff44 commit 06e85ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/winmm/SDL_winmm.c
Expand Up @@ -225,7 +225,6 @@ WINMM_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
MMRESULT result;
WAVEFORMATEX waveformat;
UINT devId = WAVE_MAPPER; /* WAVE_MAPPER == choose system's default */
char *utf8 = NULL;
UINT i;

if (handle != NULL) { /* specific device requested? */
Expand Down

0 comments on commit 06e85ac

Please sign in to comment.