remove duplicate operator,

select-split and unlink-selection did the same thing,
keep select split since it fits closer to mesh editmode and single key access (Ykey).
This commit is contained in:
Campbell Barton
2013-06-02 00:29:30 +00:00
parent 075a910d72
commit a8c55a612b
4 changed files with 1 additions and 71 deletions

View File

@@ -106,7 +106,7 @@ class IMAGE_MT_select(Menu):
layout.operator("uv.select_all").action = 'TOGGLE'
layout.operator("uv.select_all", text="Inverse").action = 'INVERT'
layout.operator("uv.unlink_selected")
layout.operator("uv.select_split")
layout.separator()