Skip to content

Commit 397e6f2

Browse files
authored
Merge pull request #8753 from hugovk/rm-unused
Remove unused `bdf_slant` and `bdf_spacing` variables
2 parents c4eb2fe + 1c18d29 commit 397e6f2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/PIL/BdfFontFile.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@
2626

2727
from . import FontFile, Image
2828

29-
bdf_slant = {
30-
"R": "Roman",
31-
"I": "Italic",
32-
"O": "Oblique",
33-
"RI": "Reverse Italic",
34-
"RO": "Reverse Oblique",
35-
"OT": "Other",
36-
}
37-
38-
bdf_spacing = {"P": "Proportional", "M": "Monospaced", "C": "Cell"}
39-
4029

4130
def bdf_char(
4231
f: BinaryIO,

0 commit comments

Comments
 (0)