diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-04 18:07:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-04 18:07:47 +0200 |
commit | 3dd8ad95810cc8b6d4b089d8533a5e23e23b4c79 (patch) | |
tree | 5fb51bc75c530a764d3dec6e5d829dbb21748812 /vcl | |
parent | 1d36a9b87ac480c4befb796d6b5918a7355631ac (diff) |
Remove unused forward declarations
Change-Id: Ic586d44d2ff0f913f655b8a7539326a6dea78477
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/textrender.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index 9bea19f558f5..f49403d3d960 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -30,9 +30,6 @@ #include "fontsubset.hxx" #include <config_cairo_canvas.h> -class PspSalPrinter; -class PspSalInfoPrinter; -class ServerFont; class ImplLayoutArgs; class ServerFontLayout; class PhysicalFontCollection; diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 690a66679694..b68ea38f6ecd 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -47,8 +47,6 @@ class X11SalVirtualDevice; class X11SalGraphicsImpl; class X11OpenGLSalGraphicsImpl; class X11OpenGLSalVirtualDevice; -class PspSalPrinter; -class PspSalInfoPrinter; class ServerFont; class ImplLayoutArgs; class ServerFontLayout; |