From bf89e877e28f5247f97226bdf93526e6a14f181f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 29 Sep 2015 12:23:56 +0200 Subject: -Werror,-Wunused-variable Change-Id: Ice39e95596c5fcd9b3b728ef0064161898f27fb5 --- vcl/source/outdev/transparent.cxx | 1 - 1 file changed, 1 deletion(-) 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(); -- cgit v1.2.3