mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-28 15:54:15 +00:00
engine: platform: android: remove dead code
This commit is contained in:
parent
cfc7b35927
commit
71b06801ef
@ -144,14 +144,4 @@ void Platform_ShellExecute( const char *path, const char *parms )
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
========================
|
|
||||||
Android_GetKeyboardHeight
|
|
||||||
========================
|
|
||||||
*/
|
|
||||||
int Android_GetKeyboardHeight( void )
|
|
||||||
{
|
|
||||||
return (*jni.env)->CallIntMethod( jni.env, jni.activity, jni.getKeyboardHeight );
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif // XASH_DEDICATED
|
#endif // XASH_DEDICATED
|
||||||
|
@ -63,7 +63,6 @@ const char *Android_LoadID( void );
|
|||||||
void Android_SaveID( const char *id );
|
void Android_SaveID( const char *id );
|
||||||
void Android_Init( void );
|
void Android_Init( void );
|
||||||
void *Android_GetNativeObject( const char *name );
|
void *Android_GetNativeObject( const char *name );
|
||||||
int Android_GetKeyboardHeight( void );
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if XASH_WIN32
|
#if XASH_WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user