summaryrefslogtreecommitdiffstats
path: root/src/codecs/qgb18030codec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/qgb18030codec.cpp')
-rw-r--r--src/codecs/qgb18030codec.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/codecs/qgb18030codec.cpp b/src/codecs/qgb18030codec.cpp
index f2c84dab..5c282998 100644
--- a/src/codecs/qgb18030codec.cpp
+++ b/src/codecs/qgb18030codec.cpp
@@ -117,10 +117,6 @@
#include "ntqgb18030codec.h"
-#if (TQT_VERSION-0 >= 0x040000)
-#error "move obsolete header <ntqgbkcodec.h> into the src/compat directory"
-#endif
-
#ifndef TQT_NO_BIG_CODECS
#define InRange(c, lower, upper) (((c) >= (lower)) && ((c) <= (upper)))