summaryrefslogtreecommitdiff
path: root/newctrl/container_windows.c
diff options
context:
space:
mode:
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;