From 837ef984985eee6256531e51b18f6b644e5aa84a Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 2 Aug 2016 14:01:37 +0200 Subject: Comment not used functions Signed-off-by: Szczepan Zalega --- include/stick10_commands.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 { }; class PasswordSafeInitKey : Command { + /** + * never used in Nitrokey App + */ public: typedef Transaction CommandTransaction; }; -// TODO naming screwed up, see above class PasswordSafeSendSlotViaHID : Command { + /** + * never used in Nitrokey App + */ public: struct CommandPayload { uint8_t slot_number; -- cgit v1.2.1