Browse Source

remove old panda support

David Rose 23 years ago
parent
commit
9cd41c891c
1 changed files with 1 additions and 6 deletions
  1. 1 6
      direct/src/showbase/Loader.py

+ 1 - 6
direct/src/showbase/Loader.py

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