mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
removed old code.
This commit is contained in:
parent
f5429a89d0
commit
3f7b955141
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user