Remove Ledger Blue specific code, and other unused discriminants

This commit is contained in:
TamtamHero
2020-10-20 15:22:22 +02:00
parent 94a521de78
commit 62a144b22b
19 changed files with 6 additions and 871 deletions

View File

@@ -1,8 +1,6 @@
#include "shared_context.h"
#include "ui_callbacks.h"
#ifdef HAVE_UX_FLOW
void display_settings(void);
void switch_settings_contract_data(void);
void switch_settings_display_data(void);
@@ -127,5 +125,3 @@ void switch_settings_display_data() {
display_settings();
}
#endif