From e9a25d60e944c42e159d844a7832c109a615ac36 Mon Sep 17 00:00:00 2001 From: Michal Plichta Date: Sat, 1 Feb 2025 22:08:33 +0100 Subject: [PATCH] remove unused Event from GUI --- src/dcspy/qt_gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dcspy/qt_gui.py b/src/dcspy/qt_gui.py index 3dfcc675d..0412deb55 100644 --- a/src/dcspy/qt_gui.py +++ b/src/dcspy/qt_gui.py @@ -65,7 +65,6 @@ def __init__(self, cli_args=Namespace(), cfg_dict: DcspyConfigYaml | None = None LOG.debug(f'QThreadPool with {self.threadpool.maxThreadCount()} thread(s)') self.cli_args = cli_args self.event = Event() - self._done_event = Event() self.device = LogitechDeviceModel(klass='', lcd_info=LcdMono) self.mono_font = {'large': 0, 'medium': 0, 'small': 0} self.color_font = {'large': 0, 'medium': 0, 'small': 0}