ui: delete method that is no longer used

This commit is contained in:
Vinícius 2020-11-16 18:38:53 -03:00 committed by Peter F. Patel-Schneider
parent 9c04bfad92
commit 8be0e21ac7
1 changed files with 0 additions and 4 deletions

View File

@ -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):