bitbox02: rm some dead code

This commit is contained in:
SomberNight
2020-04-06 16:21:09 +02:00
committed by TheCharlatan
parent 15102855c1
commit 0268b63fcb
4 changed files with 4 additions and 47 deletions

View File

@@ -28,12 +28,6 @@ class ColdcardCmdLineHandler(CmdLineHandler):
def stop(self):
pass
def show_message(self, msg, on_cancel=None):
print_stderr(msg)
def show_error(self, msg, blocking=False):
print_stderr(msg)
def update_status(self, b):
_logger.info(f'hw device status {b}')