summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/fontsubset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/fontsubset.cxx')
-rw-r--r--vcl/source/fontsubset/fontsubset.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx
index 49ccce7ffde1..b492033d078e 100644
--- a/vcl/source/fontsubset/fontsubset.cxx
+++ b/vcl/source/fontsubset/fontsubset.cxx
@@ -173,12 +173,8 @@ bool FontSubsetInfo::CreateFontSubsetFromSfnt( sal_Int32* pOutGlyphWidths )
// TODO: replace dummy implementation
bool FontSubsetInfo::CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths)
{
-#if 0
- // TODO: replace dummy implementation when someone needs this
-#else
(void)pOutGlyphWidths;
fprintf(stderr,"CreateFontSubsetFromType1: replace dummy implementation\n");
-#endif
return false;
}