diff -r 668b71f31e51 -r 2560731c860d hedgewars/SDLh.pas --- 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;