mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Simplify further
This commit is contained in:
parent
910c79f886
commit
e735c5dc72
1 changed files with 0 additions and 6 deletions
|
|
@ -513,12 +513,6 @@ class FilterProxyModel(QtCore.QSortFilterProxyModel):
|
|||
|
||||
"""
|
||||
def outdated(node):
|
||||
version = node.get("version", None)
|
||||
|
||||
# Always allow indices that have no version data at all
|
||||
if version is None:
|
||||
return True
|
||||
|
||||
return node.get("isOutdated", True)
|
||||
|
||||
index = self.sourceModel().index(row, self.filterKeyColumn(), parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue