Removed some blank lines in ExploreForm and removed forgotten commented code from last commits

This commit is contained in:
dexy 2021-11-10 00:36:49 +11:00
parent 6699e6f452
commit ab0bfc218b

View File

@ -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)