hedgewars/SDLh.pas
changeset 3928 2560731c860d
parent 3904 22e4d74240e5
child 4380 b78638b36b89
--- a/hedgewars/SDLh.pas	Wed Oct 06 02:31:04 2010 +0200
+++ b/hedgewars/SDLh.pas	Thu Oct 07 02:03:01 2010 +0200
@@ -842,15 +842,6 @@
 function  SDLNet_Read16(buf: pointer): Word;
 function  SDLNet_Read32(buf: pointer): LongWord;
 
-{$IFDEF IPHONEOS}
-(*  iPhone related calls  *)
-procedure clearView; cdecl; external;
-procedure startSpinning; cdecl; external;
-procedure stopSpinning; cdecl; external;
-function  isPhone: Boolean; cdecl; external;
-procedure replayBegan; cdecl; external;
-procedure replayFinished; cdecl; external;
-{$ENDIF}
 implementation
 
 function SDL_MustLock(Surface: PSDL_Surface): Boolean;