mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
removed unused methods
This commit is contained in:
parent
6a6a509784
commit
8361db1f79
1 changed files with 0 additions and 11 deletions
|
|
@ -42,17 +42,6 @@ class ConfigWidget:
|
|||
def ignore_value_changes(self):
|
||||
return self._parent.ignore_value_changes
|
||||
|
||||
def reset_attributes(self):
|
||||
self._is_overriden = False
|
||||
self._is_modified = False
|
||||
self._was_overriden = False
|
||||
|
||||
self.reset_children_attributes()
|
||||
|
||||
def reset_children_attributes(self):
|
||||
raise NotImplementedError(
|
||||
"Method `reset_children_attributes` not implemented!"
|
||||
)
|
||||
@ignore_value_changes.setter
|
||||
def ignore_value_changes(self, value):
|
||||
self._parent.ignore_value_changes = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue