mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
remove usage of unused attribute _items_with_color_by_id
This commit is contained in:
parent
7df83e1f6a
commit
790a7468d7
1 changed files with 0 additions and 2 deletions
|
|
@ -494,8 +494,6 @@ class AssetModel(QtGui.QStandardItemModel):
|
|||
# Remove cache of removed items
|
||||
for asset_id in removed_asset_ids:
|
||||
self._items_by_asset_id.pop(asset_id)
|
||||
if asset_id in self._items_with_color_by_id:
|
||||
self._items_with_color_by_id.pop(asset_id)
|
||||
|
||||
# Refresh data
|
||||
# - all items refresh all data except id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue