mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Cleanup: hide unused variable, correct comment
This commit is contained in:
parent
5394cb7514
commit
05efd19982
1 changed files with 2 additions and 2 deletions
|
@ -311,9 +311,9 @@ class BrushPanel(UnifiedPaintPanel):
|
|||
class BrushSelectPanel(BrushPanel):
|
||||
bl_label = "Brush Asset"
|
||||
|
||||
# Use header preset function to right align the layout.
|
||||
# Use header preset function to set the title.
|
||||
def draw_header_preset(self, context):
|
||||
layout = self.layout
|
||||
# layout = self.layout # UNUSED.
|
||||
|
||||
settings = self.paint_settings(context)
|
||||
if settings is None:
|
||||
|
|
Loading…
Reference in a new issue