Cleanup: quiet unused arg warning
This commit is contained in:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user