mirror of
https://github.com/yawut/SDL.git
synced 2026-07-18 17:01:19 -05:00
Removed unused variable.
This commit is contained in:
parent
35ea7a6c60
commit
1eb6627c4f
|
|
@ -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…
Reference in New Issue
Block a user