1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-19 02:52:11 +00:00

test(core): remove dead code

This commit is contained in:
Martin Milata 2025-02-13 15:37:46 +01:00
parent 9456cfa784
commit 53070e4e02
2 changed files with 0 additions and 3 deletions

View File

@ -446,8 +446,6 @@ class DebugLink:
self.waiting_for_layout_change = False
self.input_wait_type = DebugWaitType.IMMEDIATE
@property
def legacy_ui(self) -> bool:
"""Differences between UI1 and UI2."""

View File

@ -50,7 +50,6 @@ class BackgroundDeviceHandler:
self.client = client
self.client.ui = NullUI # type: ignore [NullUI is OK UI]
self.client.watch_layout(True)
self.client.debug.input_wait_type = DebugWaitType.CURRENT_LAYOUT
def run_with_session(
self,