mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Remove unused methods (for now?)
This commit is contained in:
parent
9f6e913d43
commit
07ae007980
1 changed files with 0 additions and 27 deletions
|
@ -562,33 +562,6 @@ void I_ShutdownMusic(void)
|
|||
music = NULL;
|
||||
}
|
||||
|
||||
#ifdef HAVE_MIXERX
|
||||
UINT8 I_SetMidiPlayer(int player)
|
||||
{
|
||||
return Mix_SetMidiPlayer(player);
|
||||
}
|
||||
|
||||
UINT8 I_GetMidiPlayer(void)
|
||||
{
|
||||
return Mix_GetMidiPlayer();
|
||||
}
|
||||
|
||||
boolean I_SetMidiSoundfontPath(const char *path)
|
||||
{
|
||||
return Mix_SetSoundFonts(path);
|
||||
}
|
||||
|
||||
const char *I_GetMidiSoundfontPath(void)
|
||||
{
|
||||
return Mix_GetSoundFonts();
|
||||
}
|
||||
|
||||
void I_SetMidiTimidityPath(const char *path)
|
||||
{
|
||||
Mix_Timidity_addToPathList(path);
|
||||
}
|
||||
#endif
|
||||
|
||||
/// ------------------------
|
||||
/// Music Properties
|
||||
/// ------------------------
|
||||
|
|
Loading…
Reference in a new issue