diff options
-rw-r--r-- | plugins/Modernb/version.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Modernb/version.h b/plugins/Modernb/version.h index 71b163b44f..21d3c8e694 100644 --- a/plugins/Modernb/version.h +++ b/plugins/Modernb/version.h @@ -8,18 +8,6 @@ #define MINIMAL_COREVERSION 0, 9, 0, 0
#define MINIMAL_COREVERSION_STR "0, 9, 0, 0 "
-#ifdef UNICODE
-#define VER_UNICODE " UNICODE"
-#else
-#define VER_UNICODE " ANSI"
-#endif
-
-#ifdef UNICODE
-#define UNICODE_AWARE_STR "(UNICODE)"
-#else
-#define UNICODE_AWARE_STR "(ANSI)"
-#endif
-
#ifdef DEBUG
#define DEBUG_AWARE_STR "Debug "
#else
|