UV editor: remove duplicate Select Split entry from UV menu.

This commit is contained in:
Brecht Van Lommel 2013-10-14 19:36:47 +00:00
parent d9f1ca1c3f
commit 709ed80487

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