From bee6a57f89dff9ef7d07f2668e9796afd6dfb963 Mon Sep 17 00:00:00 2001 From: Edouard Merle Date: Wed, 29 Sep 2021 10:36:00 +0200 Subject: [PATCH] remove legacy ux paging function --- src_features/signTx/ui_plugin.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src_features/signTx/ui_plugin.c b/src_features/signTx/ui_plugin.c index 9ebaa24..f7db484 100644 --- a/src_features/signTx/ui_plugin.c +++ b/src_features/signTx/ui_plugin.c @@ -68,11 +68,7 @@ void display_next_plugin_item(bool entering) { ux_flow_prev(); // Reset multi page layout to the first page G_ux.layout_paging.current = 0; -#ifdef TARGET_NANOS ux_layout_paging_redisplay_by_addr(G_ux.stack_count - 1); -#else - ux_layout_bnnn_paging_redisplay(0); -#endif } else { dataContext.tokenContext.pluginUiState = PLUGIN_UI_OUTSIDE; ux_flow_next();