mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-08 01:02:09 +00:00
Remove old fluid_winmidi_input_error()
This commit is contained in:
parent
cea2645530
commit
cfa8019a53
1 changed files with 0 additions and 7 deletions
|
@ -396,11 +396,4 @@ fluid_winmidi_callback(HMIDIIN hmi, UINT wMsg, DWORD_PTR dwInstance,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
|
||||||
fluid_winmidi_input_error(MMRESULT no)
|
|
||||||
{
|
|
||||||
midiInGetErrorText(no, fluid_winmidi_error_buffer, 256);
|
|
||||||
return fluid_winmidi_error_buffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif /* WINMIDI_SUPPORT */
|
#endif /* WINMIDI_SUPPORT */
|
||||||
|
|
Loading…
Reference in a new issue