diff options
author | Michele Calgaro <[email protected]> | 2024-12-31 10:46:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-31 23:45:09 +0900 |
commit | e3ff1dab9a3bb1530a591313e441d25df1d036bb (patch) | |
tree | 4c7a76d7213b8b0e3a10836979e0d7d3f9af901f | |
parent | 1a7ac74c31cebf846363bd8257afc64c5c13fe82 (diff) | |
download | tdelibs-e3ff1dab9a3bb1530a591313e441d25df1d036bb.tar.gz tdelibs-e3ff1dab9a3bb1530a591313e441d25df1d036bb.zip |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 88945489d3d2d82c45ac2590d80b73d5279e9243)
-rw-r--r-- | tdehtml/html/Platform.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tdehtml/html/Platform.h b/tdehtml/html/Platform.h index 260931d78..69c354915 100644 --- a/tdehtml/html/Platform.h +++ b/tdehtml/html/Platform.h @@ -149,11 +149,6 @@ /* Compiler */ -/* COMPILER(CWP) */ -#if defined(__MWERKS__) -#define WTF_COMPILER_CWP 1 -#endif - /* COMPILER(MSVC) */ #if defined(_MSC_VER) #define WTF_COMPILER_MSVC 1 |