From 488e1da935d55330be55eb30b4605b993dd65dbd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 10 Jul 2011 22:57:27 +0000 Subject: cleanup - remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables --- system_blend_info.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system_blend_info.py') diff --git a/system_blend_info.py b/system_blend_info.py index 6ba16738..ad96887c 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -66,10 +66,8 @@ class OBJECT_PT_blendinfo(bpy.types.Panel): bl_context = "scene" def draw(self, context): - amount = 2 ob_cols = [] db_cols = [] - etc_cols = [] objects = bpy.data.objects @@ -129,7 +127,7 @@ class OBJECT_PT_blendinfo(bpy.types.Panel): row.label(text=quantity_string(num, "Empty", "Empties"), icon='EMPTY_DATA') - l_row_sep = layout.separator() + layout.separator() # DATABLOCKS -- cgit v1.2.3