mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
removed unused variable
This commit is contained in:
parent
0bee8b9fbf
commit
95bff4b0e0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user