Browse Source

showbase: remove wantUberdog from builtin scope

Applications that need it can trivially copy it to their own modules.

Closes #895
rdb 5 years ago
parent
commit
202a871a7e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/ShowBase.py

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

@@ -422,7 +422,6 @@ class ShowBase(DirectObject.DirectObject):
         builtins.cpMgr = ConfigPageManager.getGlobalPtr()
         builtins.cvMgr = ConfigVariableManager.getGlobalPtr()
         builtins.pandaSystem = PandaSystem.getGlobalPtr()
-        builtins.wantUberdog = self.config.GetBool('want-uberdog', 1)
         if __debug__:
             builtins.deltaProfiler = DeltaProfiler.DeltaProfiler("ShowBase")
             self.onScreenDebug = OnScreenDebug.OnScreenDebug()