From fa00e63e1afa2e76f04d1dc130d633dca2ab664b Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 22 Oct 2008 00:51:00 +0000 Subject: [PATCH] groundwork for FrameProfiler --- direct/src/showbase/ShowBase.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index c7e3ed2527..0956eee9ab 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -2275,10 +2275,6 @@ class ShowBase(DirectObject.DirectObject): # Set fWantTk to 0 to avoid starting Tk with this call self.startDirect(fWantDirect = fDirect, fWantTk = fTk, fWantWx = fWx) - def profileFrames(self, num=1): - # profile the next 'num' frames and log the results - self.taskMgr.profileFrames(num) - def run(self): self.taskMgr.run()