diff options
-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 |