Removed unused variable.
parent
b24ff44692
commit
06e85acd72
|
@ -225,7 +225,6 @@ WINMM_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
|
||||||
MMRESULT result;
|
MMRESULT result;
|
||||||
WAVEFORMATEX waveformat;
|
WAVEFORMATEX waveformat;
|
||||||
UINT devId = WAVE_MAPPER; /* WAVE_MAPPER == choose system's default */
|
UINT devId = WAVE_MAPPER; /* WAVE_MAPPER == choose system's default */
|
||||||
char *utf8 = NULL;
|
|
||||||
UINT i;
|
UINT i;
|
||||||
|
|
||||||
if (handle != NULL) { /* specific device requested? */
|
if (handle != NULL) { /* specific device requested? */
|
||||||
|
|
Loading…
Reference in New Issue