[Bf-blender-cvs] [70382fe7b39] blender2.8: Topbar: Remove unused variable

Sergey Sharybin noreply at git.blender.org
Mon Sep 3 16:13:31 CEST 2018


Commit: 70382fe7b399c84bc5a4e85a7717db7df7e82984
Author: Sergey Sharybin
Date:   Mon Sep 3 16:12:15 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB70382fe7b399c84bc5a4e85a7717db7df7e82984

Topbar: Remove unused variable

===================================================================

M	release/scripts/startup/bl_ui/space_topbar.py

===================================================================

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':



More information about the Bf-blender-cvs mailing list