summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 10:03:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 16:44:10 +0900
commitdb9293e2ee259dd46f2474d17c8517549d9c04bc (patch)
treeb0e411c481d61d6987984be158e3de7962ffc368
parente8f6750e65767709575720eb6da1402e6ef20bad (diff)
downloadtdelibs-db9293e2ee259dd46f2474d17c8517549d9c04bc.tar.gz
tdelibs-db9293e2ee259dd46f2474d17c8517549d9c04bc.zip
Drop Symbian support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8d94694c140d27ac95d8432164a0b84963601bac)
-rw-r--r--tdehtml/html/Platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tdehtml/html/Platform.h b/tdehtml/html/Platform.h
index dfbea38cf..c587e0302 100644
--- a/tdehtml/html/Platform.h
+++ b/tdehtml/html/Platform.h
@@ -194,8 +194,6 @@
/* for Unicode, KDE uses Qt, everything else uses ICU */
#if PLATFORM(KDE) || PLATFORM(QT)
#define WTF_USE_QT3_UNICODE 1
-#elif PLATFORM(SYMBIAN)
-#define WTF_USE_SYMBIAN_UNICODE 1
#else
#define WTF_USE_ICU_UNICODE 1
#endif