Alex Szpakowski преди 3 години
родител
ревизия
76193899b3
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/modules/sound/lullaby/Sound.cpp

+ 0 - 4
src/modules/sound/lullaby/Sound.cpp

@@ -27,7 +27,6 @@
 
 
 #include "ModPlugDecoder.h"
 #include "ModPlugDecoder.h"
 #include "VorbisDecoder.h"
 #include "VorbisDecoder.h"
-#include "GmeDecoder.h"
 #include "WaveDecoder.h"
 #include "WaveDecoder.h"
 #include "FLACDecoder.h"
 #include "FLACDecoder.h"
 #include "MP3Decoder.h"
 #include "MP3Decoder.h"
@@ -88,9 +87,6 @@ sound::Decoder *Sound::newDecoder(love::filesystem::FileData *data, int bufferSi
 #endif // LOVE_NO_MODPLUG
 #endif // LOVE_NO_MODPLUG
 		DecoderImplFor<MP3Decoder>(),
 		DecoderImplFor<MP3Decoder>(),
 		DecoderImplFor<VorbisDecoder>(),
 		DecoderImplFor<VorbisDecoder>(),
-#ifdef LOVE_SUPPORT_GME
-		DecoderImplFor<GmeDecoder>(),
-#endif // LOVE_SUPPORT_GME
 #ifdef LOVE_SUPPORT_COREAUDIO
 #ifdef LOVE_SUPPORT_COREAUDIO
 		DecoderImplFor<CoreAudioDecoder>(),
 		DecoderImplFor<CoreAudioDecoder>(),
 #endif
 #endif