diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-20 20:03:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-21 09:57:02 +0100 |
commit | b98e2979af71d1f415a856be98839f321371804a (patch) | |
tree | 80e748a97ee10a7a7998fc813697b22d3e4335b0 /include/vcl | |
parent | 468277a0aec9a40f5d5f3db600088ae04a45e2c9 (diff) |
drop effectively unused Font::IsSymbolFont
Change-Id: I717319dd3843aa7d73d0722967e80f7d07e98143
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143006
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/font.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index a49005050d67..8f7363d816b7 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -72,8 +72,6 @@ public: rtl_TextEncoding GetCharSet() const; FontEmphasisMark GetEmphasisMarkStyle() const; - bool IsSymbolFont() const; - void SetFamilyName( const OUString& rFamilyName ); void SetStyleName( const OUString& rStyleName ); void SetFamily( FontFamily ); |