Topbar: Remove unused variable

This commit is contained in:
Sergey Sharybin 2018-09-03 16:12:15 +02:00
parent f922881620
commit 70382fe7b3

@ -79,7 +79,6 @@ class TOPBAR_HT_lower_bar(Header):
bl_region_type = 'WINDOW'
def draw(self, context):
layout = self.layout
region = context.region
if region.alignment == 'LEFT':