diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-02 12:46:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-02 13:11:15 +0300 |
commit | 9645435e3f408cf7877466c240522fb65acb8519 (patch) | |
tree | 44491b72ad4f3b2080678e97b46a28763a026a9a /include | |
parent | feec4bfb9df7bc33a6093a397614d085e63cc708 (diff) |
No need for these declarations to be public
Change-Id: I101269defce2cdbbb686c0ac0bb4bcb8c9a23846
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 279cb1eeaa47..e357fcf44be7 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -300,12 +300,6 @@ typedef boost::intrusive_ptr< FontCharMap > FontCharMapPtr; BmpMirrorFlags AdjustTwoRect( SalTwoRect& rTwoRect, const Size& rSizePix ); void AdjustTwoRect( SalTwoRect& rTwoRect, const Rectangle& rValidSrcRect ); -extern const sal_uLong nVCLRLut[ 6 ]; -extern const sal_uLong nVCLGLut[ 6 ]; -extern const sal_uLong nVCLBLut[ 6 ]; -extern const sal_uLong nVCLDitherLut[ 256 ]; -extern const sal_uLong nVCLLut[ 256 ]; - class OutputDevice; namespace vcl { |