diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-01 10:03:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-01 10:03:20 +0900 |
commit | 8d94694c140d27ac95d8432164a0b84963601bac (patch) | |
tree | 779e13576e7551299df24b377ac6457d2bd4e92b /tdehtml/html/Platform.h | |
parent | 57af4f9d87ac88216a3bbcebaeed55db07a8948d (diff) | |
download | tdelibs-8d94694c140d27ac95d8432164a0b84963601bac.tar.gz tdelibs-8d94694c140d27ac95d8432164a0b84963601bac.zip |
Drop Symbian support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/html/Platform.h')
-rw-r--r-- | tdehtml/html/Platform.h | 2 |
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 |