Cleanup: unused vars

This commit is contained in:
Campbell Barton
2019-03-20 10:26:53 +11:00
parent 603a37fa89
commit 310a1f728c
6 changed files with 2 additions and 18 deletions

View File

@@ -1125,7 +1125,6 @@ class WM_OT_properties_edit(Operator):
)
data_path = self.data_path
value = self.value
prop = self.property
prop_old = getattr(self, "_last_prop", [None])[0]