commit 344bd3f2622ede143c67fb84238e5adfda2741a6
parent bc0207f978bee5c2cc4a35973e7beabdd03b4509
Author: Michael Savage <mikejsavage@gmail.com>
Date: Wed, 26 Jun 2019 20:11:01 +0300
Dead code
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/win32.cc b/src/win32.cc
@@ -535,7 +535,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
wc.lpfnWndProc = WndProc;
wc.hInstance = hInstance;
wc.hCursor = LoadCursor( NULL, IDC_ARROW );
- wc.hbrBackground = ( HBRUSH ) COLOR_WINDOW;
wc.lpszClassName = WINDOW_CLASSNAME;
wc.hbrBackground = CreateSolidBrush( RGB( 0x1a, 0x1a, 0x1a ) );