From 323cb033d330129f12ddc19ed96a264e1becf8bb Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 22 Oct 2016 18:14:24 +0200 Subject: Remove password matrix commands Signed-off-by: Szczepan Zalega --- include/stick20_commands.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'include/stick20_commands.h') diff --git a/include/stick20_commands.h b/include/stick20_commands.h index 86ac053..40352a3 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -190,32 +190,6 @@ namespace nitrokey { CommandTransaction; }; - class SendPasswordMatrix : Command { - public: - typedef Transaction - CommandTransaction; - }; - - class SendPasswordMatrixPinData : Command { - public: - struct CommandPayload { - uint8_t pin_data[30]; // TODO how long actually can it be? - }; - - typedef Transaction - CommandTransaction; - }; - - class SendPasswordMatrixSetup : Command { - public: - struct CommandPayload { - uint8_t setup_data[30]; // TODO how long actually can it be? - }; - - typedef Transaction - CommandTransaction; - }; - #define d(x) ss << " "#x":\t" << (int)x << std::endl; class GetDeviceStatus : Command { -- cgit v1.2.1