mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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."""
|
If you just want to dump the report to the log, use GarbageLogger."""
|
||||||
notify = directNotify.newCategory("GarbageReport")
|
notify = directNotify.newCategory("GarbageReport")
|
||||||
|
|
||||||
NotGarbage = 'NG'
|
|
||||||
|
|
||||||
def __init__(self, name, log=True, verbose=False, fullReport=False, findCycles=True,
|
def __init__(self, name, log=True, verbose=False, fullReport=False, findCycles=True,
|
||||||
threaded=False, doneCallback=None, autoDestroy=False, priority=None,
|
threaded=False, doneCallback=None, autoDestroy=False, priority=None,
|
||||||
safeMode=False, delOnly=False, collect=True):
|
safeMode=False, delOnly=False, collect=True):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user