hedgewars/PascalExports.pas
changeset 5194 851c6fbb44e6
parent 5166 d1eb1560b4d5
child 5452 3edc3e3b8cdc
child 5492 a0455a050ca8
--- a/hedgewars/PascalExports.pas	Fri Apr 29 17:11:08 2011 +0400
+++ b/hedgewars/PascalExports.pas	Sat Apr 30 20:06:05 2011 +0200
@@ -28,8 +28,7 @@
  *           http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
  *)
 interface
-uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils,
-     uCommands, uMobile;
+uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands;
 
 {$INCLUDE "config.inc"}
 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export;
@@ -201,7 +200,6 @@
 // equivalent to esc+y; when closeFrontend = true the game exits after memory cleanup
 procedure HW_terminate(closeFrontend: boolean); cdecl; export;
 begin
-    {$IFDEF IPHONEOS}setGameRunning(false);{$ENDIF}
     alsoShutdownFrontend:= closeFrontend;
     ParseCommand('forcequit', true);
 end;