[Libreoffice-commits] core.git: vcl/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 16 19:26:50 UTC 2020
vcl/source/fontsubset/sft.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7fddb9a1f69a1bac676ad48421256a1ba0274c83
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Feb 15 11:21:31 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 16 20:26:16 2020 +0100
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 at yahoo.fr>
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)
More information about the Libreoffice-commits
mailing list