diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-21 17:11:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-21 17:11:38 +0800 |
commit | 6075e4914fe7ca3a5c03a7ca293ccc4e4509b2eb (patch) | |
tree | a4aee7a84eb9a658510dfaefa530420f7fd043a6 /www/seamonkey2/files | |
parent | 12bfae50f4d7e7d6c65b5bd198f989f5bf927232 (diff) | |
download | freebsd-ports-gnome-6075e4914fe7ca3a5c03a7ca293ccc4e4509b2eb.tar.gz freebsd-ports-gnome-6075e4914fe7ca3a5c03a7ca293ccc4e4509b2eb.tar.zst freebsd-ports-gnome-6075e4914fe7ca3a5c03a7ca293ccc4e4509b2eb.zip |
Remove unneeded patch.
Diffstat (limited to 'www/seamonkey2/files')
-rw-r--r-- | www/seamonkey2/files/extra-patch-nsSVGLibartGlyphMetricsFT.cpp | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/www/seamonkey2/files/extra-patch-nsSVGLibartGlyphMetricsFT.cpp b/www/seamonkey2/files/extra-patch-nsSVGLibartGlyphMetricsFT.cpp deleted file mode 100644 index a1c0265f14b6..000000000000 --- a/www/seamonkey2/files/extra-patch-nsSVGLibartGlyphMetricsFT.cpp +++ /dev/null @@ -1,42 +0,0 @@ ---- layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp.orig Sat Jul 24 23:59:16 2004 -+++ layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp Sun Jul 25 00:04:20 2004 -@@ -56,6 +56,12 @@ - #include "nsArray.h" - #include "nsDataHashtable.h" - -+#ifdef HAVE_CPP_2BYTE_WCHAR_T -+ typedef nsDependentString nsLiteralString; -+#else -+ typedef NS_ConvertASCIItoUTF16 nsLiteralString; -+#endif -+ - /** - * \addtogroup libart_renderer Libart Rendering Engine - * @{ -@@ -112,7 +118,7 @@ - nsCOMPtr<nsISVGGlyphMetricsSource> mSource; - - public: -- static nsDataHashtable<nsStringHashKey,const nsDependentString*> sFontAliases; -+ static nsDataHashtable<nsStringHashKey,const nsLiteralString*> sFontAliases; - }; - - /** @} */ -@@ -120,7 +126,7 @@ - //---------------------------------------------------------------------- - // nsSVGLibartGlyphMetricsFT implementation: - --nsDataHashtable<nsStringHashKey,const nsDependentString*> -+nsDataHashtable<nsStringHashKey,const nsLiteralString*> - nsSVGLibartGlyphMetricsFT::sFontAliases; - - -@@ -406,7 +412,7 @@ - } - else { - // try alias if there is one: -- const nsDependentString *alias = nsnull; -+ const nsLiteralString *alias = nsnull; - nsSVGLibartGlyphMetricsFT::sFontAliases.Get(NS_ConvertUTF8toUCS2(family_name), - &alias); - if (alias) { |