Cleanup: unused argument & variable warnings

This commit is contained in:
2021-06-15 10:44:08 +10:00
parent 3bf98d1cec
commit 013fc69ea8
11 changed files with 15 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ class GeometryNodeCategory(SortedNodeCategory):
# menu entry for node group tools
def group_tools_draw(self, layout, context):
def group_tools_draw(self, layout, _context):
layout.operator("node.group_make")
layout.operator("node.group_ungroup")
layout.separator()