[Libreoffice-commits] core.git: vcl/ios

Tor Lillqvist tml at collabora.com
Sun Dec 15 04:03:47 PST 2013


 vcl/ios/dummies.cxx |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit b89121733ad443915fcc4cf895393f485016fedc
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Dec 15 14:02:32 2013 +0200

    We already get AquaSalGraphics::CreateFontSubset from salgdicommon.cxx now
    
    Change-Id: Ie63ee5ea20a8340cfcbb51323871e5b0318e6cc3

diff --git a/vcl/ios/dummies.cxx b/vcl/ios/dummies.cxx
index c9571aa..a98fdbc 100644
--- a/vcl/ios/dummies.cxx
+++ b/vcl/ios/dummies.cxx
@@ -21,17 +21,6 @@
 #include "headless/svpgdi.hxx"
 #include "headless/svpinst.hxx"
 
-sal_Bool SvpSalGraphics::CreateFontSubset( const OUString&    /* rToFile */,
-                                           const PhysicalFontFace* /* pFontData */,
-                                           sal_Int32*              /* pGlyphIDs */,
-                                           sal_uInt8*              /* pEncoding */,
-                                           sal_Int32*              /* pGlyphWidths */,
-                                           int                     /* nGlyphCount */,
-                                           FontSubsetInfo&         /* rInfo */ )
-{
-    return sal_False;
-}
-
 SalPrinter* SvpSalInstance::CreatePrinter( SalInfoPrinter* /* pInfoPrinter */ )
 {
     return NULL;


More information about the Libreoffice-commits mailing list