mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove unused methods (for now?)
This commit is contained in:
parent
4285ce99af
commit
1042f2bf84
1 changed files with 0 additions and 27 deletions
|
|
@ -562,33 +562,6 @@ void I_ShutdownMusic(void)
|
||||||
music = NULL;
|
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
|
/// Music Properties
|
||||||
/// ------------------------
|
/// ------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue