no more fsm redefine config

This commit is contained in:
Joe Shochet 2006-06-29 18:03:34 +00:00
parent a960a7da1a
commit 45a584ba05

View File

@ -85,9 +85,6 @@ class ShowBase(DirectObject.DirectObject):
# has to run before libpanda is even loaded).
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
# aspect ratio from the window size.
# If you need to know the actual aspect ratio call base.getAspectRatio()