From 1d53d4db1dab28efb2aa9c4bc8eee00a68e72766 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 27 Oct 2014 10:19:39 -0400 Subject: Removed the gouicontainer window class from the Windows backend; it is no longer needed. --- winapi_windows.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'winapi_windows.h') diff --git a/winapi_windows.h b/winapi_windows.h index e6858e5..a7ee19e 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -122,9 +122,6 @@ extern intptr_t tableSelectedItem(HWND); extern void tableSelectItem(HWND, intptr_t); // container_windows.c -#define containerclass L"gouicontainer" -extern DWORD makeContainerWindowClass(char **); -extern HWND newContainer(); extern RECT containerBounds(HWND); extern void calculateBaseUnits(HWND, int *, int *, LONG *); -- cgit v1.2.3