From 45a584ba05b30bb11ffa761e7842a0949f4f2ec9 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Thu, 29 Jun 2006 18:03:34 +0000 Subject: [PATCH] no more fsm redefine config --- direct/src/showbase/ShowBase.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index ce1aec9212..8a0645fa3c 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -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()