diff --git a/direct/src/interval/MetaInterval.py b/direct/src/interval/MetaInterval.py index fd379280a7..259d7f66a3 100644 --- a/direct/src/interval/MetaInterval.py +++ b/direct/src/interval/MetaInterval.py @@ -342,7 +342,6 @@ class MetaInterval(CMetaInterval): # with all of their associated Python callbacks: def setManager(self, manager): - rogerroger self.__manager = manager CMetaInterval.setManager(self, manager) diff --git a/direct/src/showbase/ObjectPool.py b/direct/src/showbase/ObjectPool.py index e5970803ab..e82e6cdaae 100755 --- a/direct/src/showbase/ObjectPool.py +++ b/direct/src/showbase/ObjectPool.py @@ -110,15 +110,6 @@ class ObjectPool: print('TYPE: %s, %s objects' % (repr(typ), len(self._type2objs[typ]))) print(getNumberedTypedSortedString(self._type2objs[typ])) - def containerLenStr(self): - s = 'Object Pool: Container Lengths' - s += '\n==============================' - lengths = list(self._len2obj.keys()) - lengths.sort() - lengths.reverse() - for count in counts: - pass - def printReferrers(self, numEach=3): """referrers of the first few of each type of object""" counts = list(set(self._count2types.keys()))