Skip to content

Commit 42a822d

Browse files
committed
remove unused code
1 parent 79f08d9 commit 42a822d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/circuitpython/bitmapfilter_solar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ def make_quadrant_bitmap():
2121
b = test_pattern()
2222
dump_bitmap_rgb_swapped(b)
2323

24-
sepia_weights = [0.393, 0.769, 0.189, 0.349, 0.686, 0.168, 0.272, 0.534, 0.131]
25-
2624
print("solarize (masked)")
2725
bitmapfilter.solarize(b, mask=q)
2826
dump_bitmap_rgb_swapped(b)

0 commit comments

Comments
 (0)