From 8d94694c140d27ac95d8432164a0b84963601bac Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 1 Sep 2023 10:03:20 +0900 Subject: Drop Symbian support Signed-off-by: Michele Calgaro --- tdehtml/html/Platform.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tdehtml') 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 -- cgit v1.2.3