refactor: remove dead code — unused tab_switch_requested signal, scope concept in hotkeys, redundant ipod_tab_index
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user