Browse Source

removed unused variable

Darren Ranalli 16 years ago
parent
commit
95bff4b0e0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      direct/src/showbase/GarbageReport.py

+ 0 - 2
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):