GDIRenderer - remove some todos that were done

This commit is contained in:
adelikat 2014-08-31 18:19:26 +00:00
parent 8edbc8bfe1
commit 11691cd690
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ namespace BizHawk.Client.EmuHawk.CustomControls
get { return _bitHDC != IntPtr.Zero ? _bitHDC : _hdc; }
}
private IntPtr _bitMap = IntPtr.Zero; // TODO: dispose of this guy
private IntPtr _bitHDC = IntPtr.Zero; // TODO: dispose of this guy
private IntPtr _bitMap = IntPtr.Zero;
private IntPtr _bitHDC = IntPtr.Zero;
private int _bitW;
private int _bitH;