revert previous commit, the properties here are confusing since there are 2 rna properties to access the same value.

This commit is contained in:
Campbell Barton 2013-01-16 19:51:47 +00:00
parent 677f61baf5
commit ea86ac5446

@ -773,11 +773,6 @@ class VIEW3D_PT_tools_brush_stroke(Panel, View3DPaintPanel):
col.separator()
col.prop(brush, "rate", text="Rate", slider=True)
# XXX, not sure where this should go, but sculpt brush uses space.
col = layout.column()
col.active = brush.sculpt_capabilities.has_spacing
col.prop(brush, "use_space")
if brush.use_space:
col.separator()
row = col.row()