diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-13 08:19:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-13 08:19:28 +0200 |
commit | 8683bbf11ffa479e0de74e7c01728445ee7072aa (patch) | |
tree | cc31f33a7eb0036452df2b7486237e8fb08854ec /include | |
parent | d3c96c9f82f086b828f955f7dac030a942fc631d (diff) |
Remove redundant redeclaration
Change-Id: I61f811ddfff624f76eb75695cb12576b8aeca47a
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 22d1979c3a77..7601ac40a772 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -99,7 +99,6 @@ class FontSelectPattern; class VCLXGraphics; class OutDevStateStack; struct BitmapSystemData; -class VclReferenceBase; namespace vcl { |