summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/fontsubset/sft.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 921aa090b3ad..4a0f183e168f 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -2788,7 +2788,6 @@ bool getTTCoverage(
// parse OS/2 header
if (nLength >= 58)
{
- pTable+=4; //skip Version
rUnicodeRange.append(GetUInt32(pTable, 42, 1));
rUnicodeRange.append(GetUInt32(pTable, 46, 1));
rUnicodeRange.append(GetUInt32(pTable, 50, 1));