mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-11 00:55:20 +00:00
Removed unused variable.
This commit is contained in:
parent
b24ff44692
commit
06e85acd72
1 changed files with 0 additions and 1 deletions
|
|
@ -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? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue