diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 70b5b0af73..5ad46f5524 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -260,13 +260,6 @@ namespace BizHawk.Client.Common public bool HexEditorBigEndian = false; public int HexEditorDataSize = 1; - //public bool HexEditorSaveWindowPosition = true; - //public bool HexEditorAlwaysOnTop = false; - //public int HexEditorWndx = -1; - //public int HexEditorWndy = -1; - //public int HexEditorWidth = -1; - //public int HexEditorHeight = -1; - // Hex Editor Colors public Color HexBackgrndColor = Color.FromName("Control"); public Color HexForegrndColor = Color.FromName("ControlText"); diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index f75236a2c6..30bc625256 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -2063,6 +2063,7 @@ namespace BizHawk.Client.EmuHawk RefreshFloatingWindowControl(); base.OnShown(e); } + #endregion #endregion