Remove unused variable

This commit is contained in:
David Vierra 2016-01-10 22:53:51 -10:00
parent 3ad11dc0c7
commit 3ef06622e8

View File

@ -41,8 +41,6 @@ def layerProperty(layer, default=True):
return property(_get, _set)
DEBUG_WORLDMESH_LISTS = "-debuglists" in sys.argv
class SceneUpdateTask(object):
showRedraw = True