engine: partially remove legacy Android port, in preparation of new port merge

This commit is contained in:
Alibek Omarov
2023-06-05 20:29:05 +03:00
parent ba039b8e71
commit ef663a8790
8 changed files with 4 additions and 2021 deletions

View File

@@ -179,9 +179,6 @@ void IN_ToggleClientMouse( int newstate, int oldstate )
{
Platform_SetCursorType( dc_arrow );
#if XASH_ANDROID
Android_ShowMouse( true );
#endif
#if XASH_USE_EVDEV
Evdev_SetGrab( false );
#endif
@@ -190,9 +187,6 @@ void IN_ToggleClientMouse( int newstate, int oldstate )
{
Platform_SetCursorType( dc_none );
#if XASH_ANDROID
Android_ShowMouse( false );
#endif
#if XASH_USE_EVDEV
Evdev_SetGrab( true );
#endif