showbase: remove wantUberdog from builtin scope

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

Closes #895
This commit is contained in:
rdb 2020-03-31 13:08:31 +02:00 committed by rdb
parent a55aa02a70
commit 202a871a7e

View File

@ -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()