mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove unused music type enums
This commit is contained in:
parent
0527e60928
commit
66edde2556
2 changed files with 0 additions and 4 deletions
|
|
@ -10111,7 +10111,6 @@ struct {
|
||||||
|
|
||||||
// music types
|
// music types
|
||||||
{"MU_NONE", MU_NONE},
|
{"MU_NONE", MU_NONE},
|
||||||
{"MU_CMD", MU_CMD},
|
|
||||||
{"MU_WAV", MU_WAV},
|
{"MU_WAV", MU_WAV},
|
||||||
{"MU_MOD", MU_MOD},
|
{"MU_MOD", MU_MOD},
|
||||||
{"MU_MID", MU_MID},
|
{"MU_MID", MU_MID},
|
||||||
|
|
|
||||||
|
|
@ -21,15 +21,12 @@
|
||||||
// copied from SDL mixer, plus GME
|
// copied from SDL mixer, plus GME
|
||||||
typedef enum {
|
typedef enum {
|
||||||
MU_NONE,
|
MU_NONE,
|
||||||
MU_CMD,
|
|
||||||
MU_WAV,
|
MU_WAV,
|
||||||
MU_MOD,
|
MU_MOD,
|
||||||
MU_MID,
|
MU_MID,
|
||||||
MU_OGG,
|
MU_OGG,
|
||||||
MU_MP3,
|
MU_MP3,
|
||||||
MU_MP3_MAD_UNUSED, // use MU_MP3 instead
|
|
||||||
MU_FLAC,
|
MU_FLAC,
|
||||||
MU_MODPLUG_UNUSED, // use MU_MOD instead
|
|
||||||
MU_GME,
|
MU_GME,
|
||||||
MU_MOD_EX, // libopenmpt
|
MU_MOD_EX, // libopenmpt
|
||||||
MU_MID_EX // Non-native MIDI
|
MU_MID_EX // Non-native MIDI
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue