Skip to content

Commit 0f1c50e

Browse files
committed
Remove unused variable
1 parent 2d0b356 commit 0f1c50e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

displayio_cartesian.py

-6
Original file line numberDiff line numberDiff line change
@@ -659,12 +659,6 @@ def add_plot_line(self, x: int, y: int) -> None:
659659

660660
else:
661661

662-
point_to_check = (
663-
self.plot_line_point[-1]
664-
if self.plot_line_point[-1][1] != 0
665-
else self.plot_line_point[-2]
666-
)
667-
668662
self._draw_area_under(
669663
self.plot_line_point[-2], self.plot_line_point[-1]
670664
)

0 commit comments

Comments
 (0)