From 492845da5d3403c97c4deb85d121a131c6be87e6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Oct 2014 13:21:20 -0400 Subject: Adjusted background painting code on Windows for the new container structure. --- newctrl/container_windows.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'newctrl/container_windows.c') diff --git a/newctrl/container_windows.c b/newctrl/container_windows.c index 50ebc1e..bdb2e08 100644 --- a/newctrl/container_windows.c +++ b/newctrl/container_windows.c @@ -9,8 +9,6 @@ In this case, I chose to waste a window handle rather than keep things super com If this is seriously an issue in the future, I can roll it back. */ -#define containerclass L"gouicontainer" - static LRESULT CALLBACK containerWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { LRESULT lResult; -- cgit v1.2.3