vcl/inc/font/FontSelectPattern.hxx | 1 - vcl/inc/font/PhysicalFontFace.hxx | 1 - vcl/inc/fontinstance.hxx | 1 - 3 files changed, 3 deletions(-)
New commits: commit d9275ea76b170e9cd74ebcd5af6255cb28e6cfdb Author: Luboš Luňák <l.lu...@centrum.cz> AuthorDate: Sun Oct 10 07:32:43 2021 +0000 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Mon Oct 11 08:15:12 2021 +0200 remove unused forward declarations The class has been moved to vcl::font namespace, so these are wrong, which means they are unused. Change-Id: Ie24dfe4afbe78f03e3aa54cf2983bd45a4735a37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123330 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lu...@collabora.com> diff --git a/vcl/inc/font/FontSelectPattern.hxx b/vcl/inc/font/FontSelectPattern.hxx index 78be730130f1..7cf1506b873f 100644 --- a/vcl/inc/font/FontSelectPattern.hxx +++ b/vcl/inc/font/FontSelectPattern.hxx @@ -31,7 +31,6 @@ namespace vcl { class Font; } class LogicalFontInstance; -class PhysicalFontFace; class Size; namespace vcl::font diff --git a/vcl/inc/font/PhysicalFontFace.hxx b/vcl/inc/font/PhysicalFontFace.hxx index 8e44b3bcfe97..d4cb075fcb56 100644 --- a/vcl/inc/font/PhysicalFontFace.hxx +++ b/vcl/inc/font/PhysicalFontFace.hxx @@ -35,7 +35,6 @@ namespace vcl::font { class FontSelectPattern; } -class PhysicalFontFace; namespace vcl { diff --git a/vcl/inc/fontinstance.hxx b/vcl/inc/fontinstance.hxx index aad22017e0d4..7fe31dbea828 100644 --- a/vcl/inc/fontinstance.hxx +++ b/vcl/inc/fontinstance.hxx @@ -40,7 +40,6 @@ class ConvertChar; class ImplFontCache; -class PhysicalFontFace; // TODO: allow sharing of metrics for related fonts