mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
removed unused namespaces and variables.
This commit is contained in:
parent
8e405e8fe6
commit
efe0c82de0
@ -25,9 +25,7 @@
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.Composition;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using GameRes.Utility;
|
||||
@ -108,7 +106,6 @@ namespace GameRes.Formats.Cherry
|
||||
{
|
||||
m_info = info;
|
||||
m_input = input;
|
||||
PixelFormat format;
|
||||
if (8 == info.BPP)
|
||||
Format = PixelFormats.Indexed8;
|
||||
else if (24 == info.BPP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user