mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 15:02:54 +08:00
Removed some blank lines in ExploreForm and removed forgotten commented code from last commits
This commit is contained in:
parent
6699e6f452
commit
ab0bfc218b
@ -1698,9 +1698,6 @@ namespace CodeWalker
|
||||
private void ViewGxt(string name, string path, byte[] data, RpfFileEntry e)
|
||||
{
|
||||
var gxt = RpfFile.GetFile<Gxt2File>(e, data);
|
||||
//GxtForm f = new GxtForm();
|
||||
//f.Show();
|
||||
//f.LoadGxt2(gxt);
|
||||
TextForm f = new TextForm(this);
|
||||
f.Show();
|
||||
f.LoadGxt2(name, path, gxt);
|
||||
@ -2582,7 +2579,6 @@ namespace CodeWalker
|
||||
RefreshMainListView();
|
||||
|
||||
}
|
||||
|
||||
private void ImportXmlDialog()
|
||||
{
|
||||
if (!EditMode) return;
|
||||
@ -2596,7 +2592,6 @@ namespace CodeWalker
|
||||
if (OpenFileDialog.ShowDialog(this) != DialogResult.OK) return;
|
||||
ImportXml(OpenFileDialog.FileNames);
|
||||
}
|
||||
|
||||
private void ImportXml(string[] fpaths)
|
||||
{
|
||||
foreach (var fpath in fpaths)
|
||||
|
Loading…
Reference in New Issue
Block a user