Cleanup unused fields

This commit is contained in:
Charles-Edouard de la Vergne 2024-03-13 11:45:43 +01:00
parent c252ca069b
commit 1d16c87fc8
No known key found for this signature in database
GPG Key ID: F12296941B7BB9C6

View File

@ -287,9 +287,6 @@ struct gpg_v_state_s {
#ifdef HAVE_NBGL #ifdef HAVE_NBGL
char line[112]; char line[112];
unsigned int ux_step; unsigned int ux_step;
unsigned int keypadIndex;
unsigned int hiddenDigitsIndex;
unsigned char pinLen;
nbgl_layout_t *layoutCtx; nbgl_layout_t *layoutCtx;
#endif #endif