Remove an obsolete comment.
This commit is contained in:
parent
3cdf37746c
commit
5c21cce9be
1 changed files with 0 additions and 1 deletions
|
@ -1178,7 +1178,6 @@ def translator(filename, mapxforms, textxform):
|
|||
for transform in mapxforms:
|
||||
for y in range(len(outmap)):
|
||||
transform(filename, baseline, outmap, y)
|
||||
# Second disjunct should be removed when the map-border code lands.
|
||||
if maptype == "mask":
|
||||
add_border = False
|
||||
if add_border:
|
||||
|
|
Loading…
Add table
Reference in a new issue