mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
removed copy-paste remnants.
This commit is contained in:
parent
17037fd7eb
commit
0e18247492
@ -1,7 +1,6 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Linq;
|
||||
using GameRes.Formats.KiriKiri;
|
||||
using GameRes.Formats.Properties;
|
||||
using GameRes.Formats.Strings;
|
||||
|
||||
@ -19,10 +18,5 @@ namespace GameRes.Formats.GUI
|
||||
if (-1 == Scheme.SelectedIndex)
|
||||
Scheme.SelectedIndex = Scheme.ItemsSource.Cast<object>().Count()-1;
|
||||
}
|
||||
|
||||
public ICrypt GetScheme ()
|
||||
{
|
||||
return Xp3Opener.GetScheme (Scheme.SelectedItem as string);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user