refactor: remove dead code — unused tab_switch_requested signal, scope concept in hotkeys, redundant ipod_tab_index

This commit is contained in:
Maksim Totmin
2026-06-01 20:04:58 +07:00
parent b68b86929b
commit a66446120c
3 changed files with 23 additions and 29 deletions
-1
View File
@@ -99,7 +99,6 @@ class LibraryTab(QWidget):
"""Library tab widget with library table, filtering, and transfer workflows."""
transfer_finished = pyqtSignal()
tab_switch_requested = pyqtSignal(int)
play_requested = pyqtSignal(dict, int, bool)
def __init__(self, config_loader: ConfigLoader, parent=None):