mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01: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
|
||||
}
|
||||
|
||||
/*
|
||||
========================
|
||||
Android_GetKeyboardHeight
|
||||
========================
|
||||
*/
|
||||
int Android_GetKeyboardHeight( void )
|
||||
{
|
||||
return (*jni.env)->CallIntMethod( jni.env, jni.activity, jni.getKeyboardHeight );
|
||||
}
|
||||
|
||||
#endif // XASH_DEDICATED
|
||||
|
@ -63,7 +63,6 @@ const char *Android_LoadID( void );
|
||||
void Android_SaveID( const char *id );
|
||||
void Android_Init( void );
|
||||
void *Android_GetNativeObject( const char *name );
|
||||
int Android_GetKeyboardHeight( void );
|
||||
#endif
|
||||
|
||||
#if XASH_WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user