Browse Source

no more fsm redefine config

Joe Shochet 19 years ago
parent
commit
45a584ba05
1 changed files with 0 additions and 3 deletions
  1. 0 3
      direct/src/showbase/ShowBase.py

+ 0 - 3
direct/src/showbase/ShowBase.py

@@ -85,9 +85,6 @@ class ShowBase(DirectObject.DirectObject):
         # has to run before libpanda is even loaded).
         # has to run before libpanda is even loaded).
         taskMgr.resumeFunc = PStatClient.resumeAfterPause
         taskMgr.resumeFunc = PStatClient.resumeAfterPause
 
 
-        fsmRedefine = self.config.GetBool('fsm-redefine', 0)
-        State.FsmRedefine = fsmRedefine
-
         # If the aspect ratio is 0 or None, it means to infer the
         # If the aspect ratio is 0 or None, it means to infer the
         # aspect ratio from the window size.
         # aspect ratio from the window size.
         # If you need to know the actual aspect ratio call base.getAspectRatio()
         # If you need to know the actual aspect ratio call base.getAspectRatio()