Skip to content

Commit 49caef1

Browse files
committed
Cleanup
1 parent c44f688 commit 49caef1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mode/graphics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ where
257257
let end_block = end_block.min(7);
258258

259259
for current_x in x..(x + width as i32) {
260-
// let new_blocks = &whole_column[start_block..=end_block.min(8)];
261-
262260
for block in start_block..=end_block {
263261
let buffer_offset = current_x as usize + display_width as usize * block;
264262

0 commit comments

Comments
 (0)