diff -r edae828322a0 -r 993cf173218b hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Wed Oct 11 19:37:48 2006 +0000 +++ b/hedgewars/uMisc.pas Thu Oct 12 18:52:00 2006 +0000 @@ -110,7 +110,6 @@ var f: textfile; {$ENDIF} - function hwSign(r: Double): integer; begin if r < 0 then Result:= -1 else Result:= 1