mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
removed unused variable
This commit is contained in:
parent
c3dd10d368
commit
7b0b6a50e8
1 changed files with 0 additions and 3 deletions
|
|
@ -122,7 +122,6 @@ class ActionModel(QtGui.QStandardItemModel):
|
|||
|
||||
self.application_manager = ApplicationManager()
|
||||
|
||||
self._groups = {}
|
||||
self.default_icon = qtawesome.icon("fa.cube", color="white")
|
||||
# Cache of available actions
|
||||
self._registered_actions = list()
|
||||
|
|
@ -186,8 +185,6 @@ class ActionModel(QtGui.QStandardItemModel):
|
|||
self.clear()
|
||||
|
||||
self.items_by_id.clear()
|
||||
self._groups.clear()
|
||||
|
||||
actions = self.filter_compatible_actions(self._registered_actions)
|
||||
|
||||
self.beginResetModel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue