2.5 UI scripts:
* Removed some unused code.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user