summaryrefslogtreecommitdiffstats
path: root/src/idevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevice.h')
-rw-r--r--src/idevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/idevice.h b/src/idevice.h
index dd72f9d..e05338e 100644
--- a/src/idevice.h
+++ b/src/idevice.h
@@ -52,8 +52,6 @@
52#include "common/userpref.h" 52#include "common/userpref.h"
53#include "libimobiledevice/libimobiledevice.h" 53#include "libimobiledevice/libimobiledevice.h"
54 54
55#define DEVICE_VERSION(maj, min, patch) (((maj & 0xFF) << 16) | ((min & 0xFF) << 8) | (patch & 0xFF))
56
57#define DEVICE_CLASS_IPHONE 1 55#define DEVICE_CLASS_IPHONE 1
58#define DEVICE_CLASS_IPAD 2 56#define DEVICE_CLASS_IPAD 2
59#define DEVICE_CLASS_IPOD 3 57#define DEVICE_CLASS_IPOD 3