From 24707c7b8d5e7b3d72decb9749b83153b273917f Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 13 Nov 2016 14:24:39 +0200 Subject: Fix build Change-Id: I55db5ba855b8d72e9be0298a68b094c7b01d9f54 --- vcl/quartz/salgdi.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/quartz') 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 -- cgit