mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unnecessary callbacks
This commit is contained in:
parent
5f380d244b
commit
cc3aa6936e
1 changed files with 0 additions and 6 deletions
|
|
@ -253,12 +253,6 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
|
||||
help_btn.clicked.connect(self._on_help_click)
|
||||
tabs_widget.tab_changed.connect(self._on_tab_change)
|
||||
overview_widget.active_changed.connect(
|
||||
self._on_context_or_active_change
|
||||
)
|
||||
overview_widget.instance_context_changed.connect(
|
||||
self._on_context_or_active_change
|
||||
)
|
||||
overview_widget.create_requested.connect(
|
||||
self._on_create_request
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue