engine: platform: sdl2: remove SDL1.2 code, as it's now moved into it's own separate directory

This commit is contained in:
Alibek Omarov
2025-05-05 05:56:23 +03:00
parent 0cbb62b329
commit 7fda58561f
6 changed files with 8 additions and 310 deletions

View File

@@ -261,10 +261,6 @@ void Platform_SetClipboardText( const char *buffer );
#define SDL_IsTextInputActive() host.textmode
#endif
#if !XASH_SDL
#define SDL_VERSION_ATLEAST( x, y, z ) 0
#endif
static inline void Platform_SetTimer( float time )
{
#if XASH_LINUX