diff --git a/neo/sys/win32/win_glimp.cpp b/neo/sys/win32/win_glimp.cpp index 8449b758..62ce5fcb 100644 --- a/neo/sys/win32/win_glimp.cpp +++ b/neo/sys/win32/win_glimp.cpp @@ -304,16 +304,6 @@ static void GLW_GetWGLExtensionsWithFakeWindow( void ) { //============================================================================= -/* -==================== -GLW_WM_CREATE -==================== -*/ -void GLW_WM_CREATE( HWND hWnd ) { -} - - - /* ==================== GLW_InitDriver diff --git a/neo/sys/win32/win_wndproc.cpp b/neo/sys/win32/win_wndproc.cpp index 27fbdedd..bdf552bc 100644 --- a/neo/sys/win32/win_wndproc.cpp +++ b/neo/sys/win32/win_wndproc.cpp @@ -297,10 +297,6 @@ LONG WINAPI MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) { WIN_EnableAltTab(); } - // do the OpenGL setup - void GLW_WM_CREATE( HWND hWnd ); - GLW_WM_CREATE( hWnd ); - break; case WM_DESTROY: