mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 18:21:08 +00:00
Get rid of dead prototype
This commit is contained in:
parent
6a1d6cb842
commit
fe7b32d47e
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue