GPencil: Remove unreported duplicated Reproject operator in menu

The reproject option was duplicated. Detected writing the manual.
This commit is contained in:
Antonio Vazquez 2019-06-19 17:19:22 +02:00
parent 1699de17bd
commit da68f31630
1 changed files with 0 additions and 4 deletions

View File

@ -4617,10 +4617,6 @@ class VIEW3D_MT_edit_gpencil_transform(Menu):
layout.operator("transform.tosphere", text="To Sphere")
layout.operator("transform.transform", text="Shrink Fatten").mode = 'GPENCIL_SHRINKFATTEN'
layout.separator()
layout.operator("gpencil.reproject")
class VIEW3D_MT_edit_gpencil_interpolate(Menu):
bl_label = "Interpolate"