diff --git a/core/SConscript.bootloader b/core/SConscript.bootloader index 07010c20c..04ce284c1 100644 --- a/core/SConscript.bootloader +++ b/core/SConscript.bootloader @@ -248,8 +248,6 @@ def cargo_build(): if NEW_RENDERING: features.append('new_rendering') - if TREZOR_MODEL in ('T', 'T3T1', ): - features.append('ui_antialiasing') cargo_opts = [ f'--target={env.get("ENV")["RUST_TARGET"]}',