Cleanup: remove missing operator from UI

This commit is contained in:
Campbell Barton 2018-11-28 17:48:26 +11:00
parent b1d67e6aab
commit c527c78174
2 changed files with 0 additions and 2 deletions

View File

@ -302,7 +302,6 @@ class NODE_MT_node(Menu):
layout.separator()
layout.operator("node.read_viewlayers")
layout.operator("node.read_fullsamplelayers")
class NODE_PT_node_color_presets(PresetMenu):

View File

@ -200,7 +200,6 @@ void NODE_OT_preview_toggle(struct wmOperatorType *ot);
void NODE_OT_options_toggle(struct wmOperatorType *ot);
void NODE_OT_node_copy_color(struct wmOperatorType *ot);
void NODE_OT_read_fullsamplelayers(struct wmOperatorType *ot);
void NODE_OT_read_viewlayers(struct wmOperatorType *ot);
void NODE_OT_render_changed(struct wmOperatorType *ot);