remove old panda support

This commit is contained in:
David Rose 2002-12-07 02:16:40 +00:00
parent 4f8ebf4512
commit 9cd41c891c

View File

@ -193,12 +193,7 @@ class Loader:
# and spaceAdvance should be set last, since some of the # and spaceAdvance should be set last, since some of the
# other parameters can cause these to be reset to their # other parameters can cause these to be reset to their
# default. # default.
font.setLineHeight(lineHeight)
# temporary try..except for old Pandas.
try:
font.setLineHeight(lineHeight)
except:
pass
if spaceAdvance != None: if spaceAdvance != None:
font.setSpaceAdvance(spaceAdvance) font.setSpaceAdvance(spaceAdvance)