this isnt needed since the node window can enable it. materials also dont have this option.

This commit is contained in:
Campbell Barton 2010-01-16 22:32:15 +00:00
parent 0f55410e3d
commit 23607fc91f

@ -131,8 +131,6 @@ class TEXTURE_PT_context_texture(TextureButtonsPanel):
col.prop(space, "brush_texture", text="Brush", toggle=True)
if tex:
layout.prop(tex, "use_nodes")
split = layout.split(percentage=0.2)
if tex.use_nodes: