Cleanup: redundant staticmethod use

staticmethod shouldn't be used unless it's necessary,
in that case a comment should be included especially when
subclassing non-staticmethods from RNA.
This commit is contained in:
2019-03-13 13:15:39 +11:00
parent d6e6a0f906
commit a4b6ef30dc
7 changed files with 0 additions and 33 deletions

View File

@@ -30,7 +30,6 @@ class TIME_HT_editor_buttons(Header):
def draw(self, context):
pass
@staticmethod
def draw_header(context, layout):
scene = context.scene
tool_settings = context.tool_settings