Skip to content

Commit

Permalink
Removed the delete menu quiz from the Graph Editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Nov 30, 2015
1 parent 27184d7 commit 79f6ea3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions release/scripts/startup/bl_ui/space_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,19 +289,5 @@ def draw(self, context):
layout.operator("transform.resize", text="Scale")


class GRAPH_MT_delete(Menu):
bl_label = "Delete"

def draw(self, context):
layout = self.layout

layout.operator("graph.delete")

layout.separator()

layout.operator("graph.clean")
layout.operator("graph.clean", text="Clean Channels").channels = True


if __name__ == "__main__": # only for live edit.
bpy.utils.register_module(__name__)

0 comments on commit 79f6ea3

Please sign in to comment.