Skip to content

Commit

Permalink
remove unused Event from GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Feb 1, 2025
1 parent 7c88549 commit e9a25d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dcspy/qt_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e9a25d6

Please sign in to comment.