remove sticky buttons from the UI, this functionality may be removed and has had no UI access since 2.49

This commit is contained in:
Campbell Barton
2012-09-21 10:40:48 +00:00
parent ade0541b78
commit fd44038ed7

View File

@@ -326,9 +326,12 @@ class DATA_PT_customdata(MeshButtonsPanel, Panel):
# me = context.mesh
col = layout.column(align=True)
# sticky has no UI access since 2.49 - we may remove
'''
row = col.row(align=True)
row.operator("mesh.customdata_create_sticky")
row.operator("mesh.customdata_clear_sticky", icon='X')
'''
col.operator("mesh.customdata_clear_mask", icon='X')
col.operator("mesh.customdata_clear_skin", icon='X')