mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +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)
|
private void ViewGxt(string name, string path, byte[] data, RpfFileEntry e)
|
||||||
{
|
{
|
||||||
var gxt = RpfFile.GetFile<Gxt2File>(e, data);
|
var gxt = RpfFile.GetFile<Gxt2File>(e, data);
|
||||||
//GxtForm f = new GxtForm();
|
|
||||||
//f.Show();
|
|
||||||
//f.LoadGxt2(gxt);
|
|
||||||
TextForm f = new TextForm(this);
|
TextForm f = new TextForm(this);
|
||||||
f.Show();
|
f.Show();
|
||||||
f.LoadGxt2(name, path, gxt);
|
f.LoadGxt2(name, path, gxt);
|
||||||
@ -2582,7 +2579,6 @@ namespace CodeWalker
|
|||||||
RefreshMainListView();
|
RefreshMainListView();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ImportXmlDialog()
|
private void ImportXmlDialog()
|
||||||
{
|
{
|
||||||
if (!EditMode) return;
|
if (!EditMode) return;
|
||||||
@ -2596,7 +2592,6 @@ namespace CodeWalker
|
|||||||
if (OpenFileDialog.ShowDialog(this) != DialogResult.OK) return;
|
if (OpenFileDialog.ShowDialog(this) != DialogResult.OK) return;
|
||||||
ImportXml(OpenFileDialog.FileNames);
|
ImportXml(OpenFileDialog.FileNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ImportXml(string[] fpaths)
|
private void ImportXml(string[] fpaths)
|
||||||
{
|
{
|
||||||
foreach (var fpath in fpaths)
|
foreach (var fpath in fpaths)
|
||||||
|
Loading…
Reference in New Issue
Block a user