Cleanup: quiet unused arg warning

This commit is contained in:
Campbell Barton
2019-09-15 05:26:15 +10:00
parent 2743eaf24e
commit 96ff40859d
6 changed files with 10 additions and 10 deletions

View File

@@ -1221,7 +1221,7 @@ class CLIP_PT_tools_grease_pencil_draw(AnnotationDrawingToolsPanel, Panel):
class CLIP_MT_view_zoom(Menu):
bl_label = "Fractional Zoom"
def draw(self, context):
def draw(self, _context):
layout = self.layout
ratios = ((1, 8), (1, 4), (1, 2), (1, 1), (2, 1), (4, 1), (8, 1))