Skip to content

Commit 34dc73e

Browse files
committed
Remove duplicate BLANK key in text_dict
1 parent a2288e0 commit 34dc73e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

font_maker.py

-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
0b10011100,
202202
), # 11
203203
"__FULL__": (0b11111111, 0b11111111, 0b11111111, 0b11111111, 0b11111111),
204-
"BLANK": (0b10000000, 0b10000000, 0b10000000, 0b10000000, 0b10000000),
205204
"""
206205
""": (
207206
0b10000000, # this is the enter / paragraph character

0 commit comments

Comments
 (0)