diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-13 12:49:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-13 14:55:54 +0200 |
commit | dc82dd830bf4ef66451897624c946655a1526bde (patch) | |
tree | 55738ab3e8996cc9d4a1032f95144779e6239ac5 /vcl/source/font | |
parent | e695b6d89a00c86fc35332213be42d5b29196eae (diff) |
loplugin:unusedmethods
Change-Id: Ifa9c3fe86e7bad6d3839fd3fdfdb8c1f7b5053c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137016
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/font')
-rw-r--r-- | vcl/source/font/font.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx index 2b7f22ad0f01..7aff5af1f7f8 100644 --- a/vcl/source/font/font.cxx +++ b/vcl/source/font/font.cxx @@ -334,11 +334,6 @@ bool Font::EqualIgnoreColor( const vcl::Font& rFont ) const return mpImplFont->EqualIgnoreColor( *rFont.mpImplFont ); } -size_t Font::GetHashValue() const -{ - return mpImplFont->GetHashValue(); -} - size_t Font::GetHashValueIgnoreColor() const { return mpImplFont->GetHashValueIgnoreColor(); |