Code cleanup:

* Remove obsolete comment from layout file.
This commit is contained in:
Thomas Dinges 2013-04-13 23:06:33 +00:00
parent 98f78fde23
commit 7e1352ba7c

@ -1096,15 +1096,6 @@ class VIEW3D_PT_tools_weightpaint_options(Panel, View3DPaintPanel):
self.unified_paint_settings(col, context)
# Commented out because the Apply button isn't an operator yet, making these settings useless
#~ col.label(text="Gamma:")
#~ col.prop(wpaint, "gamma", text="")
#~ col.label(text="Multiply:")
#~ col.prop(wpaint, "mul", text="")
# Also missing now:
# Soft, Vertex-Group, X-Mirror and "Clear" Operator.
# ********** default tools for vertex-paint ****************