aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-01-11 20:09:53 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:37 +0100
commit02189413ce463116694478fcdcb418fed7e42027 (patch)
treecd13ee14b13718166bca6d043a72a46da763d8c4 /include
parentfc986f87fd256e2cfdd5edcc5b0cf14faf694441 (diff)
downloadlibnitrokey-02189413ce463116694478fcdcb418fed7e42027.tar.gz
libnitrokey-02189413ce463116694478fcdcb418fed7e42027.tar.bz2
Remove UNKNOWN type of the device
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-rw-r--r--include/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index 42865ee..4001d45 100644
--- a/include/device.h
+++ b/include/device.h
@@ -23,7 +23,6 @@ namespace device {
};
enum class DeviceModel{
- UNKNOWN,
PRO,
STORAGE
};