Remove an obsolete comment.

This commit is contained in:
Eric S. Raymond 2007-10-28 17:02:34 +00:00
parent 3cdf37746c
commit 5c21cce9be

View file

@ -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: