diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-02 14:01:37 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-05 10:17:30 +0200 |
commit | 837ef984985eee6256531e51b18f6b644e5aa84a (patch) | |
tree | 99471610e469be8d61ae832fbe2c082266d14147 | |
parent | b1fbfa8eede1f2f9d003e49c027d5e4cb8a56bfe (diff) | |
download | libnitrokey-837ef984985eee6256531e51b18f6b644e5aa84a.tar.gz libnitrokey-837ef984985eee6256531e51b18f6b644e5aa84a.tar.bz2 |
Comment not used functions
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | include/stick10_commands.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h index e49e2a4..342984a 100644 --- a/include/stick10_commands.h +++ b/include/stick10_commands.h @@ -557,13 +557,18 @@ class EnablePasswordSafe : Command<CommandID::PW_SAFE_ENABLE> { }; class PasswordSafeInitKey : Command<CommandID::PW_SAFE_INIT_KEY> { + /** + * never used in Nitrokey App + */ public: typedef Transaction<command_id(), struct EmptyPayload, struct EmptyPayload> CommandTransaction; }; -// TODO naming screwed up, see above class PasswordSafeSendSlotViaHID : Command<CommandID::PW_SAFE_SEND_DATA> { + /** + * never used in Nitrokey App + */ public: struct CommandPayload { uint8_t slot_number; |