hedgewars/uIO.pas
changeset 4848 03aa62a64978
parent 4844 20b81fafd236
child 4900 8ad0e23e6d63
--- a/hedgewars/uIO.pas	Sun Jan 16 13:53:32 2011 -0500
+++ b/hedgewars/uIO.pas	Mon Jan 17 01:44:15 2011 +0100
@@ -22,9 +22,6 @@
 interface
 uses SDLh, uTypes;
 
-var ipcPort: Word = 0;
-    hiTicks: Word;
-
 procedure initModule;
 procedure freeModule;
 
@@ -431,7 +428,6 @@
 
 procedure freeModule;
 begin
-    ipcPort:= 0;
 end;
 
 end.