[Libreoffice-commits] core.git: vcl/quartz
Khaled Hosny
khaledhosny at eglug.org
Sun Nov 13 12:25:47 UTC 2016
vcl/quartz/salgdi.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 24707c7b8d5e7b3d72decb9749b83153b273917f
Author: Khaled Hosny <khaledhosny at eglug.org>
Date: Sun Nov 13 14:24:39 2016 +0200
Fix build
Change-Id: I55db5ba855b8d72e9be0298a68b094c7b01d9f54
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index cb885c0..91454c7 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -128,8 +128,6 @@ sal_IntPtr CoreTextFontFace::GetFontId() const
return (sal_IntPtr)mnFontId;
}
-static unsigned GetUShort( const unsigned char* p ){return((p[0]<<8)+p[1]);}
-
const FontCharMapRef CoreTextFontFace::GetFontCharMap() const
{
// return the cached charmap
More information about the Libreoffice-commits
mailing list