removed not used method

This commit is contained in:
iLLiCiTiT 2020-09-17 18:55:52 +02:00
parent 4fa53fd2e3
commit c88e48f1af

View file

@ -502,10 +502,6 @@ class SettingObject:
"Method `item_value` not implemented!"
)
def studio_value(self):
"""Output for saving changes or overrides."""
return {self.key: self.item_value()}
class InputObject(SettingObject):
"""Class for inputs with pre-implemented methods.