hedgewars/SDLh.pas
changeset 7237 1bbe31e0d707
parent 7193 65a022bf6bde
child 7278 000e4543f204
child 7546 b50556f2a0e8
--- a/hedgewars/SDLh.pas	Wed Jun 13 11:18:30 2012 -0400
+++ b/hedgewars/SDLh.pas	Wed Jun 13 23:25:15 2012 +0200
@@ -981,9 +981,6 @@
 function SDL_getenv(const text: PChar): PChar; cdecl; external SDLLibName;
 {$ENDIF}
 
-{$IFDEF ANDROID}
-function Android_JNI_getDensity(): Single; cdecl; external SDLLibName;
-{$ENDIF}
 
 {* Compatibility between SDL-1.2 and SDL-1.3 *}
 procedure SDL_WarpMouse(x, y: Word); {$IFDEF SDL13}inline{$ELSE}cdecl; external SDLLibName{$ENDIF};