Fix remaining copy/paste button header, these are in menus now.

This commit is contained in:
William Reynish 2018-10-16 14:58:16 +02:00 committed by Brecht Van Lommel
parent dacc539f57
commit 4aac9c934f
1 changed files with 0 additions and 6 deletions

View File

@ -286,12 +286,6 @@ class DOPESHEET_HT_editor_buttons(Header):
sub.active = toolsettings.use_proportional_action
sub.prop(toolsettings, "proportional_edit_falloff", text="", icon_only=True)
row = layout.row(align=True)
row.operator("action.copy", text="", icon='COPYDOWN')
row.operator("action.paste", text="", icon='PASTEDOWN')
if st.mode not in {'GPENCIL', 'MASK'}:
row.operator("action.paste", text="", icon='PASTEFLIPDOWN').flipped = True
class DOPESHEET_MT_editor_menus(Menu):
bl_idname = "DOPESHEET_MT_editor_menus"