diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-13 14:24:39 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-13 14:25:00 +0200 |
commit | 24707c7b8d5e7b3d72decb9749b83153b273917f (patch) | |
tree | e85310b248cd624685a3a5a87574a6949bf5c476 /vcl | |
parent | 25638e24191936be443cccb6d70121a77b795477 (diff) |
Fix build
Change-Id: I55db5ba855b8d72e9be0298a68b094c7b01d9f54
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salgdi.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index cb885c0ad388..91454c732bf9 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 |