Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-03 17:12:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-03 17:13:27 +0300
commit70382fe7b399c84bc5a4e85a7717db7df7e82984 (patch)
tree608c53ccd0281302a1584b0a7ec5859c1a6cf0e0
parentf92288162016ca7b256a940d0b78f33659ee387e (diff)
Topbar: Remove unused variable
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index ea120a0e1fb..82a04251ed5 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -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':