diff --git a/direct/src/showbase/GarbageReport.py b/direct/src/showbase/GarbageReport.py index eea470715a..3e535a04a9 100755 --- a/direct/src/showbase/GarbageReport.py +++ b/direct/src/showbase/GarbageReport.py @@ -35,8 +35,6 @@ class GarbageReport(Job): If you just want to dump the report to the log, use GarbageLogger.""" notify = directNotify.newCategory("GarbageReport") - NotGarbage = 'NG' - def __init__(self, name, log=True, verbose=False, fullReport=False, findCycles=True, threaded=False, doneCallback=None, autoDestroy=False, priority=None, safeMode=False, delOnly=False, collect=True):