removed row

This commit is contained in:
2ManyProjects 2026-01-08 02:07:40 -06:00
parent 2ac118737a
commit 9a49488760

View file

@ -489,7 +489,6 @@ class StitchingScanner:
threshold_pixels = h * self.config.displacement_threshold
max_dim = self.config.max_mosaic_height
current_dim = lambda: self.state.mosaic_height
total_x = 0 if direction == ScanDirection.DOWN else self.config.max_mosaic_width
start_cmd = 'S' if direction == ScanDirection.DOWN else 'N'
stop_cmd = 's' if direction == ScanDirection.DOWN else 'n'