Remove dead code.

This commit is contained in:
Matthias Mailänder
2020-12-09 19:47:05 +01:00
committed by reaperrr
parent 299b8880dd
commit d8e979d283

View File

@@ -32,11 +32,6 @@ namespace OpenRA.Mods.Cnc.FileFormats
public static class AudReader public static class AudReader
{ {
public static byte[] LoadSound(byte[] raw, ref int index)
{
return ImaAdpcmReader.LoadImaAdpcmSound(raw, ref index);
}
public static float SoundLength(Stream s) public static float SoundLength(Stream s)
{ {
var sampleRate = s.ReadUInt16(); var sampleRate = s.ReadUInt16();