From 7e2cef182b944eafec286cd241f01da83e253538 Mon Sep 17 00:00:00 2001 From: Jorge Martins Date: Tue, 18 Jul 2023 16:54:20 +0200 Subject: [PATCH] UX_INIT() works for bagl an nbgl --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index b11b39d..3399b86 100644 --- a/src/main.c +++ b/src/main.c @@ -978,12 +978,7 @@ void coin_main(libargs_t *args) { tmpCtx.transactionContext.currentItemIndex = 0; for (;;) { -#ifdef HAVE_BAGL UX_INIT(); -#endif // HAVE_BAGL -#ifdef HAVE_NBGL - nbgl_objInit(); -#endif // HAVE_NBGL BEGIN_TRY { TRY {