diff options
author | Rene Engelhard <rene@debian.org> | 2013-04-08 19:21:19 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2013-04-08 19:21:19 +0200 |
commit | 2750142021c6f6b4b0e5e82a71a9f3f9cddbc400 (patch) | |
tree | d1b204bf1576fc0430ea6e2c119cee8d4a33c691 /icu | |
parent | 08ba028992a77dee32dd76030bc409c6d3b39e36 (diff) |
Revert "Make icu's DefaultCharMapper usable on Windows"
Obsolete with 08ba028992a77dee32dd76030bc409c6d3b39e36
This reverts commit 21fea27309a75b86add08918d2a2a2234ae1f1fb.
Diffstat (limited to 'icu')
-rw-r--r-- | icu/DefaultCharMapper.patch.0 | 22 | ||||
-rw-r--r-- | icu/UnpackedTarball_icu.mk | 1 |
2 files changed, 0 insertions, 23 deletions
diff --git a/icu/DefaultCharMapper.patch.0 b/icu/DefaultCharMapper.patch.0 deleted file mode 100644 index f56d2d7acf74..000000000000 --- a/icu/DefaultCharMapper.patch.0 +++ /dev/null @@ -1,22 +0,0 @@ ---- source/layout/DefaultCharMapper.h 2013-03-15 23:16:44.000000000 +0100 -+++ source/layout/DefaultCharMapper.h 2013-04-08 17:18:39.710138077 +0200 -@@ -23,7 +23,7 @@ - * - * @see LECharMapper - */ --class DefaultCharMapper : public UMemory, public LECharMapper -+class U_LAYOUT_API DefaultCharMapper : public UMemory, public LECharMapper - { - private: - le_bool fFilterControls; ---- source/layout/LEFontInstance.h 2013-03-15 23:16:42.000000000 +0100 -+++ source/layout/LEFontInstance.h 2013-04-08 17:18:40.826139346 +0200 -@@ -25,7 +25,7 @@ - * - * @stable ICU 3.2 - */ --class LECharMapper /* not : public UObject because this is an interface/mixin class */ -+class U_LAYOUT_API LECharMapper /* not : public UObject because this is an interface/mixin class */ - { - public: - /** diff --git a/icu/UnpackedTarball_icu.mk b/icu/UnpackedTarball_icu.mk index 965c324b8185..35c95c498ad2 100644 --- a/icu/UnpackedTarball_icu.mk +++ b/icu/UnpackedTarball_icu.mk @@ -24,7 +24,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,icu,\ icu/icu4c-mkdir.patch \ icu/icu4c-buffer-overflow.patch \ icu/icu4c-$(if $(filter ANDROID,$(OS)),android,rpath).patch \ - icu/DefaultCharMapper.patch.0 \ )) # vim: set noet sw=4 ts=4: |