diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 8 |
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; |