Get rid of dead prototype

This commit is contained in:
dhewg 2012-01-08 12:19:28 +01:00
parent 6a1d6cb842
commit fe7b32d47e

View file

@ -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 {