From fe7b32d47e4e095a8815f587c2b01e7fe3391c94 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 8 Jan 2012 12:19:28 +0100 Subject: [PATCH] Get rid of dead prototype --- neo/sys/win32/win_local.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/neo/sys/win32/win_local.h b/neo/sys/win32/win_local.h index bda732b3..84d8ffa4 100644 --- a/neo/sys/win32/win_local.h +++ b/neo/sys/win32/win_local.h @@ -58,9 +58,6 @@ void Win_SetErrorText( const char *text ); const unsigned char *Win_GetScanTable( void ); int Win_MapKey (int key); -// window procedure -LONG WINAPI MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); - void Conbuf_AppendText( const char *msg ); struct Win32Vars_t {