Kaydet (Commit) feec4bfb authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin unused declarations

Change-Id: I0ebedfdefee4ba452b42eb695d949aeff24a5df0
üst b45040d1
...@@ -27,12 +27,6 @@ ...@@ -27,12 +27,6 @@
#include <impbmp.hxx> #include <impbmp.hxx>
#include <outdata.hxx> #include <outdata.hxx>
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 ];
void OutputDevice::DrawMask( const Point& rDestPt, void OutputDevice::DrawMask( const Point& rDestPt,
const Bitmap& rBitmap, const Color& rMaskColor ) const Bitmap& rBitmap, const Color& rMaskColor )
{ {
......
...@@ -29,12 +29,6 @@ ...@@ -29,12 +29,6 @@
#include "outdata.hxx" #include "outdata.hxx"
#include "salgdi.hxx" #include "salgdi.hxx"
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 ];
Color OutputDevice::GetPixel( const Point& rPt ) const Color OutputDevice::GetPixel( const Point& rPt ) const
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment