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

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

View File

@@ -194,8 +194,8 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, Panel):
layout.active = curve.use_path
col = layout.column()
layout.prop(curve, "path_duration", text="Frames")
layout.prop(curve, "eval_time")
col.prop(curve, "path_duration", text="Frames")
col.prop(curve, "eval_time")
# these are for paths only
row = layout.row()