From 95bff4b0e052d62ea6a2c0dfa3057ab759f71092 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 19 Nov 2009 23:47:24 +0000 Subject: [PATCH] removed unused variable --- direct/src/showbase/GarbageReport.py | 2 -- 1 file changed, 2 deletions(-) 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):