hedgewars/uIO.pas
changeset 6247 6dfad55fd71c
parent 5810 552371cc69cc
child 6453 11c578d30bd3
--- a/hedgewars/uIO.pas	Mon Oct 31 01:44:32 2011 +0100
+++ b/hedgewars/uIO.pas	Mon Oct 31 03:08:16 2011 +0100
@@ -40,7 +40,7 @@
 procedure doPut(putX, putY: LongInt; fromAI: boolean);
 
 implementation
-uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug, uMobile;
+uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug;
 
 type PCmd = ^TCmd;
      TCmd = packed record
@@ -175,8 +175,6 @@
     s: shortstring absolute buf;
 begin
 
-uMobile.SaveBegan();
-
 // set RDNLY on file open
 filemode:= 0;
 {$I-}