Cleanup: unused variables

This commit is contained in:
Campbell Barton
2018-09-11 18:15:55 +10:00
parent 29fa45b695
commit b05f9e35cb
18 changed files with 29 additions and 88 deletions

View File

@@ -218,7 +218,6 @@ class DATA_PT_camera_dof(CameraButtonsPanel, Panel):
layout.use_property_split = True
cam = context.camera
dof_options = cam.gpu_dof
col = layout.column()
col.prop(cam, "dof_object", text="Focus on Object")