diff --git a/GameRes/Audio.cs b/GameRes/Audio.cs index 73ee2242..1e9a0e14 100644 --- a/GameRes/Audio.cs +++ b/GameRes/Audio.cs @@ -170,11 +170,6 @@ namespace GameRes } public static SoundInput Read (IBinaryStream file) - { - return FindFormat (file); - } - - public static SoundInput FindFormat (IBinaryStream file) { uint signature = file.Signature; for (;;)