vcl/inc/unx/freetype_glyphcache.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit be7bdc54069214f29829f19947292f004eb0e873 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Nov 21 09:14:09 2022 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Nov 22 09:39:18 2022 +0100 drop newly unused FreetypeFontInfo::IsMicrosoftSymbolEncoded Change-Id: I88098a212aa43a0942b3f5d1ad1ac985c4d4a1a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143019 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/inc/unx/freetype_glyphcache.hxx b/vcl/inc/unx/freetype_glyphcache.hxx index dd081339b910..b636b567618d 100644 --- a/vcl/inc/unx/freetype_glyphcache.hxx +++ b/vcl/inc/unx/freetype_glyphcache.hxx @@ -67,7 +67,6 @@ public: int GetFontFaceIndex() const { return mnFaceNum; } int GetFontFaceVariation() const { return mnFaceVariation; } sal_IntPtr GetFontId() const { return mnFontId; } - bool IsMicrosoftSymbolEncoded() const { return maDevFontAttributes.IsMicrosoftSymbolEncoded(); } const FontAttributes& GetFontAttributes() const { return maDevFontAttributes; } void AnnounceFont( vcl::font::PhysicalFontCollection* );