From d8e979d283713bc5f65550a5bfe1b6250117aaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 9 Dec 2020 19:47:05 +0100 Subject: [PATCH] Remove dead code. --- OpenRA.Mods.Cnc/FileFormats/AudReader.cs | 5 ----- 1 file changed, 5 deletions(-) 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();