From 6b1f971160ab092cec87d6e5f5269362e679bfa6 Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 17 Oct 2016 11:13:40 +0400 Subject: [PATCH] (AudioFormat.FindFormat): merged with Read. --- GameRes/Audio.cs | 5 ----- 1 file changed, 5 deletions(-) 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 (;;)