From 3f7b9551418e28712ec3f7573b011934250b3aad Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 16 Oct 2016 16:17:29 +0400 Subject: [PATCH] removed old code. --- GameRes/Image.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/GameRes/Image.cs b/GameRes/Image.cs index 9a363730..6a9e5d73 100644 --- a/GameRes/Image.cs +++ b/GameRes/Image.cs @@ -120,12 +120,6 @@ namespace GameRes public abstract ImageData Read (IBinaryStream file, ImageMetaData info); public abstract void Write (Stream file, ImageData bitmap); -// public static ImageData Read (Stream file) -// { -// using (var bin = new BinaryStream (file, true)) -// return Read (null, bin); -// } - public static ImageData Read (IBinaryStream file) { var format = FindFormat (file);