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

@@ -425,7 +425,6 @@ class IMAGE_PT_image_properties(bpy.types.Panel):
layout = self.layout
sima = context.space_data
# ima = sima.image
iuser = sima.image_user
layout.template_image(sima, "image", iuser)
@@ -684,10 +683,7 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
toolsettings = context.tool_settings.image_paint
brush = toolsettings.brush
# tex_slot = brush.texture_slot
col = layout.column()
col.template_ID_preview(brush, "texture", new="texture.new", rows=3, cols=8)