From 1d16c87fc86f8210c0124051b1ddfb4c7264eaa9 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Wed, 13 Mar 2024 11:45:43 +0100 Subject: [PATCH] Cleanup unused fields --- src/gpg_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gpg_types.h b/src/gpg_types.h index 41e0dd8..58a1a7d 100644 --- a/src/gpg_types.h +++ b/src/gpg_types.h @@ -287,9 +287,6 @@ struct gpg_v_state_s { #ifdef HAVE_NBGL char line[112]; unsigned int ux_step; - unsigned int keypadIndex; - unsigned int hiddenDigitsIndex; - unsigned char pinLen; nbgl_layout_t *layoutCtx; #endif