From b6da7f29414fc07d2670de97f164abe664143c8a Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 9 Aug 2016 13:34:16 +0200 Subject: Remove not used CommError class Signed-off-by: Szczepan Zalega --- include/device.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/device.h b/include/device.h index 0553d2e..67b739c 100644 --- a/include/device.h +++ b/include/device.h @@ -12,14 +12,6 @@ namespace nitrokey { namespace device { using namespace std::chrono_literals; -enum class CommError { - ERR_NO_ERROR = 0, - ERR_NOT_CONNECTED = -1, - ERR_WRONG_RESPONSE_CRC = -2, - ERR_SENDING = -3, - ERR_STATUS_NOT_OK = -4 -}; - enum class DeviceModel{ PRO, STORAGE -- cgit v1.2.1