1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-07 02:30:19 -05:00

Left a unneeded writeln in there.

This commit is contained in:
Raymond 2010-04-13 20:15:59 +02:00
parent dd44f6f007
commit 0b416fa05f

View File

@ -1973,7 +1973,6 @@ begin
// Get the area we should search in for the Main Point.
MA := ValidMainPointBox(DTM, x1, y1, x2, y2);
Writeln(MA.x1,'-',MA.y1,'-',MA.x2,'-',MA.y2);
// Turn the bp into a more usable array.
setlength(goodPoints, dtm.l);