engine: get rid of SendKeyEvents function, it only listened for WM_QUIT on Windows and we don't use that with SDL

This commit is contained in:
Alibek Omarov
2024-12-27 18:19:11 +03:00
parent d50927f21f
commit 3576e474e6
4 changed files with 0 additions and 25 deletions

View File

@@ -253,14 +253,6 @@ static inline char *Platform_Input( void )
#endif
}
#if XASH_WIN32
void Platform_SendKeyEvents( void );
#else
static inline void Platform_SendKeyEvents( void )
{
}
#endif
/*
==============================================================================