mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed not used method
This commit is contained in:
parent
4fa53fd2e3
commit
c88e48f1af
1 changed files with 0 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue