Cleanup: unused variables

This commit is contained in:
Campbell Barton
2018-09-11 18:15:55 +10:00
parent 29fa45b695
commit b05f9e35cb
18 changed files with 29 additions and 88 deletions

View File

@@ -377,9 +377,6 @@ class RENDER_PT_encoding_video(RenderButtonsPanel, Panel):
layout.use_property_split = True
layout.use_property_decorate = False
rd = context.scene.render
ffmpeg = rd.ffmpeg
self.draw_vcodec(context)
def draw_vcodec(self, context):