summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-05-29 16:04:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-05-29 22:01:52 +0200
commit5a5518f7f0ce977cace7728c977b0c115589b254 (patch)
treeb6a731616753c49bb0a0deab6eaff09c34ac278c /vcl/source/fontsubset
parentdc24a62c59121df2b70b25118b562661c24c2841 (diff)
Remove unused SFErrCodes::TableFormat
...which was apparently unused (under its original name SF_TABLEFORMAT) ever since its introduction in 571f15004533c1e7a5472e033139d5765862fb73 "Unix PS- Print Environment". (Not sure what its appearance in the comment to AddTable, also there since that introductory commit, was ever supposed to mean.) Change-Id: I363e21e2e2d23aaf17c6f10b3936ba700203b9eb Reviewed-on: https://gerrit.libreoffice.org/55020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r--vcl/source/fontsubset/ttcr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx
index 5acd5230ecd8..c1ac5d029dfd 100644
--- a/vcl/source/fontsubset/ttcr.hxx
+++ b/vcl/source/fontsubset/ttcr.hxx
@@ -64,7 +64,6 @@ namespace vcl
/**
* Adds a TrueType table to the TrueType creator.
- * SFErrCodes::TableFormat value.
* @return value of SFErrCodes type
*/
SFErrCodes AddTable(TrueTypeCreator *_this, TrueTypeTable *table);