Remove dead code.
This commit is contained in:
committed by
reaperrr
parent
299b8880dd
commit
d8e979d283
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user