Browse Source

removed want global managers variable

Dave Schuyler 20 years ago
parent
commit
ebfc35f0de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/ShowBase.py

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

@@ -239,7 +239,6 @@ class ShowBase(DirectObject.DirectObject):
         __builtins__["pandaSystem"] = PandaSystem.getGlobalPtr()
         __builtins__["__dev__"] = base.config.GetBool('want-dev', 0)
         __builtins__["wantOtpServer"] = base.config.GetBool('want-otp-server', 0)
-        __builtins__["wantGlobalManagers"] = base.config.GetBool("want-global-managers", 1)
         if __debug__:
             __builtins__["deltaProfiler"] = DeltaProfiler.DeltaProfiler("ShowBase")
         __builtins__["onScreenDebug"] = OnScreenDebug.OnScreenDebug()