From a2c73eb79399f1479af049ce6c450c1d18537112 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 29 Jun 2015 16:23:59 -0400 Subject: [PATCH] Remove some commented and useless --- BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index 64496c76f1..31720abe60 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -334,19 +334,6 @@ namespace BizHawk.Client.EmuHawk } } - //private int? GetDomainInt(string name) - //{ - // for (var i = 0; i < MemoryDomains.Count; i++) - // { - // if (MemoryDomains[i].Name == name) - // { - // return i; - // } - // } - - // return null; - //} - private static bool CurrentRomIsArchive() { var path = GlobalWin.MainForm.CurrentlyOpenRom;