Skip to content

Commit 4970bac

Browse files
committed
remove obsolete enum values MUS_MODPLUG_UNUSED and MUS_MP3_MAD_UNUSED.
1 parent 1ba148e commit 4970bac

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/playmus.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ int main(int argc, char *argv[])
223223
typ = "WAV";
224224
break;
225225
case MUS_MOD:
226-
case MUS_MODPLUG_UNUSED:
227226
typ = "MOD";
228227
break;
229228
case MUS_FLAC:
@@ -236,7 +235,6 @@ int main(int argc, char *argv[])
236235
typ = "OGG Vorbis";
237236
break;
238237
case MUS_MP3:
239-
case MUS_MP3_MAD_UNUSED:
240238
typ = "MP3";
241239
break;
242240
case MUS_OPUS:

include/SDL3_mixer/SDL_mixer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ typedef enum Mix_MusicType {
219219
MUS_MID,
220220
MUS_OGG,
221221
MUS_MP3,
222-
MUS_MP3_MAD_UNUSED,
223222
MUS_FLAC,
224-
MUS_MODPLUG_UNUSED,
225223
MUS_OPUS,
226224
MUS_WAVPACK,
227225
MUS_GME

0 commit comments

Comments
 (0)