Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/commander.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ int commander_fill_signature_array(const uint8_t *sig, uint8_t recid);
int commander_fill_json_array(const char **key, const char **value, int *type,
int cmd);
void commander_force_reset(void);
void commander_create_verifypass(void);
char *commander(const char *command);


Expand Down
1 change: 0 additions & 1 deletion src/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ X(hidden_password)\
X(REQUIRE_TOUCH) /* placeholder - do not move */\
/* parent keys */\
/* w/o touch */\
X(verifypass) \
X(led) \
X(xpub) \
X(name) \
Expand Down