hedgewars/uFloat.pas
changeset 493 0c0ed17ad675
parent 371 731ad6d27bd1
child 498 9c8b385dc9a1
--- a/hedgewars/uFloat.pas	Sat Feb 24 08:56:58 2007 +0000
+++ b/hedgewars/uFloat.pas	Sat Feb 24 17:25:59 2007 +0000
@@ -275,7 +275,6 @@
 end;
 
 function AngleCos(Angle: Longword): hwFloat;
-var CosVal: Extended;
 begin
 AngleCos.isNegative:= Angle > 1024;
 if Angle < 1024 then AngleCos.QWordValue:= SinTable[1024 - Angle]