hedgewars/SDLh.pas
changeset 7278 000e4543f204
parent 7196 4fba5519c37f
parent 7237 1bbe31e0d707
child 7565 00568d3054d0
--- a/hedgewars/SDLh.pas	Tue Jun 12 17:20:27 2012 +0400
+++ b/hedgewars/SDLh.pas	Sun Jun 24 20:31:26 2012 +0400
@@ -986,9 +986,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};