summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-11-07 21:54:09 +0100
committerGravatar Martin Szulecki2012-11-07 21:54:09 +0100
commitba11d4e1afce58db688a076e5a4d82f8a64541f5 (patch)
treeaf52c2629a6a3eacfd673588196a6c2d17e537e6 /src/common.h
parent0f7af902dc07f3487f0d540923f0956fbcd30ebd (diff)
downloadidevicerestore-ba11d4e1afce58db688a076e5a4d82f8a64541f5.tar.gz
idevicerestore-ba11d4e1afce58db688a076e5a4d82f8a64541f5.tar.bz2
Move flags into idevicerestore.h
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common.h b/src/common.h
index d6be6bb..1c3e2fa 100644
--- a/src/common.h
+++ b/src/common.h
@@ -41,14 +41,6 @@ extern "C" {
#define MODE_NORMAL 4
#define FLAG_QUIT 1
-#define FLAG_DEBUG 2
-#define FLAG_ERASE 4
-#define FLAG_CUSTOM 8
-#define FLAG_EXCLUDE 16
-#define FLAG_PWN 32
-#define FLAG_NOACTION 64
-#define FLAG_SHSHONLY 128
-#define FLAG_LATEST 256
struct dfu_client_t;
struct normal_client_t;