diff -r 5883d62b648b -r 552371cc69cc hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Sep 08 15:39:30 2011 +0400 +++ b/hedgewars/uIO.pas Thu Sep 08 17:59:19 2011 +0400 @@ -29,7 +29,6 @@ procedure SendIPCXY(cmd: char; X, Y: SmallInt); procedure SendIPCRaw(p: pointer; len: Longword); procedure SendIPCAndWaitReply(s: shortstring); -procedure SendIPCTimeInc; procedure SendKeepAliveMessage(Lag: Longword); procedure LoadRecordFromFile(fileName: shortstring); procedure SendStat(sit: TStatInfoType; s: shortstring); @@ -246,13 +245,6 @@ SendIPC(s) end; -procedure SendIPCTimeInc; -const timeinc: shortstring = '#'; -begin -AddFileLog('[IPC out]