pep8 cleanup and remove unused vars/imports

This commit is contained in:
2011-02-17 04:35:41 +00:00
parent f7295ad6d9
commit 812f238494
20 changed files with 61 additions and 97 deletions

View File

@@ -66,8 +66,6 @@ class LOGIC_HT_header(bpy.types.Header):
def draw(self, context):
layout = self.layout
st = context.space_data
row = layout.row(align=True)
row.template_header()