diff --git a/OpenRA.Mods.Cnc/FileFormats/AudReader.cs b/OpenRA.Mods.Cnc/FileFormats/AudReader.cs index f6fcc3c4b8..dd6ab438a6 100644 --- a/OpenRA.Mods.Cnc/FileFormats/AudReader.cs +++ b/OpenRA.Mods.Cnc/FileFormats/AudReader.cs @@ -32,11 +32,6 @@ namespace OpenRA.Mods.Cnc.FileFormats 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) { var sampleRate = s.ReadUInt16();