summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-02-15 11:21:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-16 20:26:16 +0100
commit7fddb9a1f69a1bac676ad48421256a1ba0274c83 (patch)
tree5437144ac1d57c86686675bb305e4b09741537f7 /vcl
parent2ebc163118780db6744fad09ff2cf34439c060bf (diff)
cid#1458437: useless call in vcl/sft
Change-Id: If67a7c21b04f7195e8cbab6d90d1dd24426b5dea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88752 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/fontsubset/sft.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 02f5a4df9d68..a0737320d257 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -2430,8 +2430,6 @@ void GetTTGlobalFontInfo(TrueTypeFont *ttf, TTGlobalFontInfo *info)
info->descender = XUnits(UPEm, GetInt16(table, HHEA_descender_offset));
info->linegap = XUnits(UPEm, GetInt16(table, HHEA_lineGap_offset));
}
-
- getTable(ttf, O_vhea);
}
GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID)