diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-25 14:51:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-25 16:03:30 +0200 |
commit | 435f43f630fdbf379a8069f163672dc7b1f4f2ee (patch) | |
tree | a1e70503ec85326447a1cbefabac455ada1f0a95 /vcl/inc | |
parent | d86d7829978b325b03450eec6e83f6e1935c90ab (diff) |
loplugin:unusedmethods
Change-Id: I235e00eca7b7cbc070bf5831117868eba5c7c273
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94791
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/glyphcache.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index 983a6ec0382e..993a0cf49a22 100644 --- a/vcl/inc/unx/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -116,7 +116,6 @@ public: int GetFontFaceVariation() const; bool TestFont() const { return mbFaceOk;} FT_Face GetFtFace() const; - int GetLoadFlags() const { return (mnLoadFlags & ~FT_LOAD_IGNORE_TRANSFORM); } const FontConfigFontOptions* GetFontOptions() const; bool NeedsArtificialBold() const { return mbArtBold; } bool NeedsArtificialItalic() const { return mbArtItalic; } @@ -130,8 +129,6 @@ public: bool GetGlyphOutline(sal_GlyphId, basegfx::B2DPolyPolygon&, bool) const; bool GetAntialiasAdvice() const; - FreetypeFontInstance& GetFontInstance() const { return mrFontInstance; } - void SetFontVariationsOnHBFont(hb_font_t* pHbFace) const; // tdf#127189 FreeType <= 2.8 will fail to render stretched horizontal brace glyphs |