2.5 UI scripts:

* Removed some unused code.
This commit is contained in:
2011-02-28 14:25:40 +00:00
parent 82b21ba166
commit cbf976e7a6
6 changed files with 0 additions and 40 deletions

View File

@@ -25,8 +25,6 @@ class CONSOLE_HT_header(bpy.types.Header):
bl_space_type = 'CONSOLE'
def draw(self, context):
# sc = context.space_data
# text = sc.text
layout = self.layout
row = layout.row(align=True)