AAAargh. Disabled FLAC code, which isn't really used now anyway.

This commit is contained in:
rude
2010-09-05 16:37:56 +02:00
parent 8c721ceb6a
commit 5fcdb687d4
2 changed files with 8 additions and 0 deletions
@@ -18,6 +18,8 @@
* 3. This notice may not be removed or altered from any source distribution.
**/
#if 0
#include "FLACDecoder.h"
#include <set>
@@ -177,3 +179,5 @@ namespace lullaby
} // lullaby
} // sound
} // love
#endif // 0
+4
View File
@@ -21,6 +21,8 @@
#ifndef LOVE_SOUND_LULLABY_FLAC_DECODER_H
#define LOVE_SOUND_LULLABY_FLAC_DECODER_H
#if 0
// LOVE
#include <common/Data.h>
#include "Decoder.h"
@@ -68,4 +70,6 @@ namespace lullaby
} // sound
} // love
#endif // 0
#endif // LOVE_SOUND_LULLABY_FLAC_DECODER_H