From 202a871a7e37bed8fe75d35ca37813a870110e48 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 31 Mar 2020 13:08:31 +0200 Subject: [PATCH] showbase: remove wantUberdog from builtin scope Applications that need it can trivially copy it to their own modules. Closes #895 --- direct/src/showbase/ShowBase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 5d8963a3ea..85a28c9f71 100644 --- a/direct/src/showbase/ShowBase.py +++ b/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()