We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba148e commit 4970bacCopy full SHA for 4970bac
examples/playmus.c
@@ -223,7 +223,6 @@ int main(int argc, char *argv[])
223
typ = "WAV";
224
break;
225
case MUS_MOD:
226
- case MUS_MODPLUG_UNUSED:
227
typ = "MOD";
228
229
case MUS_FLAC:
@@ -236,7 +235,6 @@ int main(int argc, char *argv[])
236
235
typ = "OGG Vorbis";
237
238
case MUS_MP3:
239
- case MUS_MP3_MAD_UNUSED:
240
typ = "MP3";
241
242
case MUS_OPUS:
include/SDL3_mixer/SDL_mixer.h
@@ -219,9 +219,7 @@ typedef enum Mix_MusicType {
219
MUS_MID,
220
MUS_OGG,
221
MUS_MP3,
222
- MUS_MP3_MAD_UNUSED,
MUS_FLAC,
- MUS_MODPLUG_UNUSED,
MUS_OPUS,
MUS_WAVPACK,
MUS_GME
0 commit comments