ui: delete method that is no longer used
This commit is contained in:
parent
9c04bfad92
commit
8be0e21ac7
|
@ -760,10 +760,6 @@ class RuleComponentUI:
|
|||
for c in self.panel.get_children():
|
||||
self.panel.remove(c)
|
||||
|
||||
@classmethod
|
||||
def _named_int_with_underscores(cls, s):
|
||||
return str(s).replace('/', '__').replace(' ', '_')
|
||||
|
||||
|
||||
class UnsupportedRuleComponentUI(RuleComponentUI):
|
||||
|
||||
|
|
Loading…
Reference in New Issue