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