Cleanup: pep8 & redundant vars

This commit is contained in:
Campbell Barton
2014-07-22 12:03:15 +10:00
parent 88f126f2eb
commit 200dd87de1
11 changed files with 19 additions and 22 deletions

View File

@@ -261,7 +261,7 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, Panel):
layout = self.layout
sc = context.space_data
clip = sc.clip
# clip = sc.clip
col = layout.column(align=True)
row = col.row(align=True)