Skip to content

Commit b634826

Browse files
committed
remove unused variable
1 parent 8b2ff99 commit b634826

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_bitmapsaver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def _write_pixels(output_file, pixel_source, palette):
7979
saving_bitmap = isinstance(pixel_source, Bitmap)
8080
width, height = _rotated_height_and_width(pixel_source)
8181
row_buffer = bytearray(_bytes_per_row(width))
82-
result_buffer = bytearray(2048)
8382
for y in range(height, 0, -1):
8483
buffer_index = 0
8584
if saving_bitmap:

0 commit comments

Comments
 (0)