aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/convert_UTF.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/convert_UTF.cc b/src/common/convert_UTF.cc
index fe0e1556..4a5df1eb 100644
--- a/src/common/convert_UTF.cc
+++ b/src/common/convert_UTF.cc
@@ -78,13 +78,6 @@ const UTF32 halfMask = 0x3FFUL;
#define UNI_SUR_LOW_START (UTF32)0xDC00
#define UNI_SUR_LOW_END (UTF32)0xDFFF
-#ifndef false
-#define false 0
-#endif
-#ifndef true
-#define true 1
-#endif
-
/* --------------------------------------------------------------------- */
ConversionResult ConvertUTF32toUTF16 (const UTF32** sourceStart, const UTF32* sourceEnd,