diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-08-09 17:50:50 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-08-09 17:50:50 +0200 |
commit | 5310efb16c6580a4aacefe0f204b03da06f9ffc5 (patch) | |
tree | 2e9a7c1a49bd1c34f01113eb9384295b2812a237 /src/image.h | |
parent | 01239ea839548a71b3313d51b5890a6050cb64ec (diff) | |
download | 0xFFFF-5310efb16c6580a4aacefe0f204b03da06f9ffc5.tar.bz2 |
Added new global macros for ERROR/WARNING/VERBOSE, use it
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/image.h b/src/image.h index 966e818..5ac8286 100644 --- a/src/image.h +++ b/src/image.h @@ -82,8 +82,4 @@ enum image_type image_type_from_string(const char * type); const char * image_type_to_string(enum image_type type); int image_hwrev_is_valid(struct image * image, const char * hwrev); -extern int simulate; -extern int noverify; -extern int verbose; - #endif |