diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-14 07:49:42 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-14 07:49:42 +0000 |
commit | 56f5e6a1ccee8e4b1c800ee1577ee59486940f3a (patch) | |
tree | 9d72f9c66819b33cec712b27b119b944e6f534d1 | |
parent | 4d2b6ad989f511783fbda7357163e5a1e0984bd3 (diff) |
more "Unicode" description cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@407 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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
|