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

@@ -187,7 +187,7 @@ class SEQUENCER_MT_range(Menu):
class SEQUENCER_MT_preview_zoom(Menu):
bl_label = "Fractional Zoom"
def draw(self, context):
def draw(self, _context):
layout = self.layout
layout.operator_context = 'INVOKE_REGION_PREVIEW'