Remove unused music type enums

This commit is contained in:
James R 2020-11-14 15:56:40 -08:00
parent 2a35e0d59f
commit 33193db146
2 changed files with 0 additions and 4 deletions

View file

@ -10111,7 +10111,6 @@ struct {
// music types
{"MU_NONE", MU_NONE},
{"MU_CMD", MU_CMD},
{"MU_WAV", MU_WAV},
{"MU_MOD", MU_MOD},
{"MU_MID", MU_MID},

View file

@ -21,15 +21,12 @@
// copied from SDL mixer, plus GME
typedef enum {
MU_NONE,
MU_CMD,
MU_WAV,
MU_MOD,
MU_MID,
MU_OGG,
MU_MP3,
MU_MP3_MAD_UNUSED, // use MU_MP3 instead
MU_FLAC,
MU_MODPLUG_UNUSED, // use MU_MOD instead
MU_GME,
MU_MOD_EX, // libopenmpt
MU_MID_EX // Non-native MIDI