diff options
author | Tor Lillqvist <tml@iki.fi> | 2020-12-14 16:51:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-12-14 17:10:58 +0100 |
commit | c98f43fc0e17c576a64840bb61770094f8be12ce (patch) | |
tree | bfa2750ae496e6dba0239cbca77b8b8644bd1e21 /vcl | |
parent | 6f0fd67831b9c5f1bbacf7025e292f733c30c3cd (diff) |
Bin a few unused forward declarations
Change-Id: I1f0b8938f2174f9b8eee01714ea176fa4df38504
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107715
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/textrender.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/salgdi.h | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index 40c253f1b889..eb0280535e33 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -22,7 +22,6 @@ #include "salgdi.hxx" -class ImplLayoutArgs; class ImplFontMetricData; class PhysicalFontCollection; class PhysicalFontFace; diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index c93d18319e91..56f587e521a8 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -42,18 +42,13 @@ /* From <X11/Intrinsic.h> */ typedef unsigned long Pixel; -class FontAttributes; -class FontSelectPattern; class SalBitmap; class SalColormap; class SalDisplay; class SalFrame; -class X11Pixmap; class X11SalVirtualDevice; class X11SalGraphicsImpl; class X11SkiaSalVirtualDevice; -class FreetypeFont; -class ImplLayoutArgs; class PhysicalFontCollection; class PhysicalFontFace; class SalGraphicsImpl; |