mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove backwards compatibility
This commit is contained in:
parent
3564be679b
commit
c32a9766f7
1 changed files with 0 additions and 8 deletions
|
|
@ -1610,14 +1610,6 @@ class ListWidget(QtWidgets.QWidget, InputObject):
|
|||
self.item_schema = {
|
||||
"type": object_type
|
||||
}
|
||||
# Backwards compatibility
|
||||
input_modifiers = schema_data.get("input_modifiers") or {}
|
||||
if input_modifiers:
|
||||
self.log.warning((
|
||||
"Used deprecated key `input_modifiers` to define item."
|
||||
" Rather use `object_type` as dictionary with modifiers."
|
||||
))
|
||||
self.item_schema.update(input_modifiers)
|
||||
|
||||
def create_ui(self, label_widget=None):
|
||||
layout = QtWidgets.QHBoxLayout(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue