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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-19 09:13:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-19 09:13:56 +0300
commit54d8faa93a4dee556b12ef1ec3c607d5a72f396a (patch)
tree7139153b44d567d7f138fc55381c137255e625ea /release/scripts/startup/bl_ui/space_topbar.py
parentad4cbc5a58fec30ce52592cdeb5e3eaafc6a2c24 (diff)
Cleanup: remove redundant poll functions
Diffstat (limited to 'release/scripts/startup/bl_ui/space_topbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 79769f1597c..dade943ffd2 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -663,10 +663,6 @@ class TOPBAR_PT_name(Panel):
bl_label = "Rename Active Item"
bl_ui_units_x = 14
- @classmethod
- def poll(cls, _context):
- return True
-
def draw(self, context):
layout = self.layout