diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-05 14:17:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-05 14:17:16 +0100 |
commit | e0632e1063d5ce9877c3b81835759046c99b1eee (patch) | |
tree | 490916aee400273645e491336a8d9230f9fceb0e /include | |
parent | 18b0343010517daa1eaf52a17ef19564076e1f3a (diff) |
Remove unused forward decls
Change-Id: I6486916a189d102a8f794daa8084d9857fad35de
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 043852373df8..53755d2534d3 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -88,13 +88,11 @@ class AlphaMask; class FontCharMap; class SalLayout; class ImplLayoutArgs; -class ImplFontAttributes; class VirtualDevice; struct SalTwoRect; class VirtualDevice; class Printer; class FontSelectPattern; -class ImplFontAttributes; class VCLXGraphics; class OutDevStateStack; struct BitmapSystemData; |