hedgewars/uCommands.pas
changeset 6992 b8f3d8991e92
parent 6923 d2405a6a86f5
child 7407 c1ade666c124
--- a/hedgewars/uCommands.pas	Wed May 02 12:24:44 2012 +0200
+++ b/hedgewars/uCommands.pas	Wed May 02 11:43:43 2012 +0100
@@ -68,8 +68,7 @@
 
 
 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean);
-var ii: LongInt;
-    s: shortstring;
+var s: shortstring;
     t: PVariable;
     c: char;
 begin