code cleanup: remove unused imports/defines + other redundant code.

This commit is contained in:
Campbell Barton
2012-04-08 13:11:25 +00:00
parent 4fc6ef1cf5
commit 01e55b6fc3
6 changed files with 8 additions and 16 deletions

View File

@@ -796,7 +796,6 @@ class ConstraintButtonsPanel():
layout.operator("clip.constraint_to_fcurve")
def OBJECT_SOLVER(self, context, layout, con):
scene = context.scene
clip = self._getConstraintClip(context, con)
layout.prop(con, "use_active_clip")