mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
fix "unused variable" warnings on Windows
This commit is contained in:
parent
942b9a3c64
commit
fcf1b040f5
@ -344,9 +344,6 @@ void I_WIN_StopSong(void)
|
||||
|
||||
if (hMidiStream)
|
||||
{
|
||||
int i;
|
||||
DWORD ret;
|
||||
|
||||
midiStreamStop(hMidiStream);
|
||||
midiOutReset((HMIDIOUT)hMidiStream);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user