diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-29 12:23:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-29 12:23:56 +0200 |
commit | bf89e877e28f5247f97226bdf93526e6a14f181f (patch) | |
tree | ee281b04ec4150bb472862c3f2b2f8f38d24805d /vcl | |
parent | 1b4994065ec50b2ef7a38f26b95b8543b4ff640d (diff) |
-Werror,-Wunused-variable
Change-Id: Ice39e95596c5fcd9b3b728ef0064161898f27fb5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/transparent.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx index 4070216fe5fc..5e4da2f462e0 100644 --- a/vcl/source/outdev/transparent.cxx +++ b/vcl/source/outdev/transparent.cxx @@ -461,7 +461,6 @@ void OutputDevice::EmulateDrawTransparent ( const tools::PolyPolygon& rPolyPoly, { BitmapColor aPixCol; const BitmapColor aFillCol( GetFillColor() ); - const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) ); const BitmapColor aBlack( pR->GetBestMatchingColor( Color( COL_BLACK ) ) ); const long nWidth = pW->Width(); const long nHeight = pW->Height(); |