Skip to content

Commit

Permalink
libmodplug: Ripped out a bunch of code we don't use.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 18, 2018
1 parent 9327c3f commit 648210b
Show file tree
Hide file tree
Showing 36 changed files with 7 additions and 5,675 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -87,7 +87,6 @@ if(SDLSOUND_DECODER_MODPLUG)
src/libmodplug/load_stm.cpp
src/libmodplug/load_ult.cpp
src/libmodplug/load_umx.cpp
src/libmodplug/load_wav.cpp
src/libmodplug/load_xm.cpp
src/libmodplug/mmcmp.cpp
src/libmodplug/modplug.cpp
Expand Down
3 changes: 0 additions & 3 deletions src/SDL_sound_modplug.c
Expand Up @@ -239,9 +239,6 @@ static int MODPLUG_open(Sound_Sample *sample, const char *ext)
SDL_UnlockMutex(modplug_mutex);

internal->total_time = ModPlug_GetLength(module);
SNDDBG(("MODPLUG: [%d ms] %s\n",
ModPlug_GetLength(module), ModPlug_GetName(module)));

internal->decoder_private = (void *) module;
sample->flags = SOUND_SAMPLEFLAG_CANSEEK;

Expand Down

0 comments on commit 648210b

Please sign in to comment.