diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index 28994c962b..f55f3d80a5 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -39,8 +39,6 @@ namespace BizHawk.Client.EmuHawk private readonly Dictionary _textTable = new Dictionary(); - private int _defaultWidth; - private int _defaultHeight; private int _rowsVisible; private int _numDigits = 4; private string _numDigitsStr = "{0:X4}"; @@ -443,9 +441,6 @@ namespace BizHawk.Client.EmuHawk private void HexEditor_Load(object sender, EventArgs e) { - _defaultWidth = Size.Width; // Save these first so that the user can restore to its original size - _defaultHeight = Size.Height; - SetMemoryDomainMenu(); SetDataSize(DataSize);