[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist
tml at collabora.com
Mon Nov 3 23:13:47 PST 2014
vcl/source/outdev/gradient.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 69564c82d147426b24730289dea936069022699c
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Nov 4 09:02:47 2014 +0200
WaE: unused variable 'aClipPolyPoly'
Change-Id: I8dd9b2a5dd09d5d0be123e9f8a303ad8e280b0f2
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx
index c018fea..50855e3 100644
--- a/vcl/source/outdev/gradient.cxx
+++ b/vcl/source/outdev/gradient.cxx
@@ -197,8 +197,6 @@ void OutputDevice::DrawGradientToMetafile ( const tools::PolyPolygon& rPolyPoly,
{
if( !mbOutputClipped )
{
- tools::PolyPolygon aClipPolyPoly( ImplLogicToDevicePixel( rPolyPoly ) );
-
// calculate step count if necessary
if ( !aGradient.GetSteps() )
aGradient.SetSteps( GRADIENT_DEFAULT_STEPCOUNT );
More information about the Libreoffice-commits
mailing list