diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-10-28 14:34:25 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-26 18:56:25 +0100 |
commit | e45e2f03cf40b5826632ab95cbc79c487249897a (patch) | |
tree | 2081b07d4d23c50960809719cc3fd533d0aab4c3 /include/stick20_commands.h | |
parent | 3b1926164b2e0eb91cf3a7e9c854cca85f7d4c8e (diff) | |
download | libnitrokey-e45e2f03cf40b5826632ab95cbc79c487249897a.tar.gz libnitrokey-e45e2f03cf40b5826632ab95cbc79c487249897a.tar.bz2 |
Mark unused commands and remove obsolete code
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/stick20_commands.h')
-rw-r--r-- | include/stick20_commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stick20_commands.h b/include/stick20_commands.h index 676b3df..237118d 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -141,8 +141,6 @@ namespace nitrokey { CommandTransaction; }; -// class FillSDCardWithRandomChars : public PasswordCommand<CommandID::FILL_SD_CARD_WITH_RANDOM_CHARS> {}; - class FillSDCardWithRandomChars : Command<CommandID::FILL_SD_CARD_WITH_RANDOM_CHARS> { public: @@ -275,7 +273,6 @@ namespace nitrokey { CommandTransaction; }; - class SendHiddenVolumePassword : public PasswordCommand<CommandID::SEND_HIDDEN_VOLUME_PASSWORD> {}; class SetupHiddenVolume : Command<CommandID::SEND_HIDDEN_VOLUME_SETUP> { public: |