1
0

hw plugins: (follow-up) rm some more dead code

follow-up 30623c3529
This commit is contained in:
SomberNight
2022-05-11 19:41:25 +02:00
parent 6c50d3b0a3
commit 7f876e46fb

View File

@@ -507,9 +507,6 @@ class ColdcardPlugin(HW_PluginBase):
@runs_in_hwd_thread
def create_client(self, device, handler):
if handler:
self.handler = handler
# We are given a HID device, or at least some details about it.
# Not sure why not we aren't just given a HID library handle, but
# the 'path' is unabiguous, so we'll use that.