a bit of cleanup

This commit is contained in:
adelikat 2014-01-30 03:11:28 +00:00
parent 364c2367ea
commit ab4f9534fe
2 changed files with 1 additions and 7 deletions

View File

@ -260,13 +260,6 @@ namespace BizHawk.Client.Common
public bool HexEditorBigEndian = false; public bool HexEditorBigEndian = false;
public int HexEditorDataSize = 1; 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 // Hex Editor Colors
public Color HexBackgrndColor = Color.FromName("Control"); public Color HexBackgrndColor = Color.FromName("Control");
public Color HexForegrndColor = Color.FromName("ControlText"); public Color HexForegrndColor = Color.FromName("ControlText");

View File

@ -2063,6 +2063,7 @@ namespace BizHawk.Client.EmuHawk
RefreshFloatingWindowControl(); RefreshFloatingWindowControl();
base.OnShown(e); base.OnShown(e);
} }
#endregion #endregion
#endregion #endregion