summaryrefslogtreecommitdiff
path: root/newctrl/container_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-17 13:21:20 -0400
committerPietro Gagliardi <[email protected]>2014-10-17 13:21:20 -0400
commit492845da5d3403c97c4deb85d121a131c6be87e6 (patch)
tree251498909ee63caff27d3bf0f7ae062928c92264 /newctrl/container_windows.c
parentd2e1c9f261e1b6cfe3097638028525de0df43252 (diff)
Adjusted background painting code on Windows for the new container structure.
Diffstat (limited to 'newctrl/container_windows.c')
-rw-r--r--newctrl/container_windows.c2
1 files changed, 0 insertions, 2 deletions
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;