From 197e5f81b97017695c0d6e16ad9105fdae50393c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Fri, 22 Dec 2023 15:15:56 +0100 Subject: [PATCH] Removed left-over comments from TStepCounter --- solvers/UStepCounter.pas | 9 --------- 1 file changed, 9 deletions(-) diff --git a/solvers/UStepCounter.pas b/solvers/UStepCounter.pas index 0a86095..6772509 100644 --- a/solvers/UStepCounter.pas +++ b/solvers/UStepCounter.pas @@ -112,7 +112,6 @@ var currentStep: Integer; currentPlots, nextPlots, temp: TPoints; plot, direction, next: TPoint; - //s: string; begin FWidth := Length(FLines[0]); FHeight := FLines.Count; @@ -144,15 +143,7 @@ begin // Positions where the number of steps are even can be reached with trivial backtracking, so they count. if currentStep mod 2 = 0 then - //begin Inc(FPart1, currentPlots.Count); - // for plot in currentPlots do - // SetPosition(plot, 'O'); - //end; - - //for s in FLines do - // WriteLn(s); - //WriteLn; end; currentPlots.Free;