summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-15 14:02:32 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-15 14:02:52 +0200
commitb89121733ad443915fcc4cf895393f485016fedc (patch)
tree9b5a989a2d414dfdde4d268db35cc9857410694f /vcl/ios
parentcf5976f3a1c50660c802b516afef952ee1c2e0a9 (diff)
We already get AquaSalGraphics::CreateFontSubset from salgdicommon.cxx now
Change-Id: Ie63ee5ea20a8340cfcbb51323871e5b0318e6cc3
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/dummies.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/ios/dummies.cxx b/vcl/ios/dummies.cxx
index c9571aab1d08..a98fdbc26a61 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;