summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-04 09:02:47 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-04 09:02:47 +0200
commit69564c82d147426b24730289dea936069022699c (patch)
treedd2faf878161411b8865e970397d65049c0fa7ff /vcl
parenta9bdab7b3d2132817350ee7de5a30537732f85f9 (diff)
WaE: unused variable 'aClipPolyPoly'
Change-Id: I8dd9b2a5dd09d5d0be123e9f8a303ad8e280b0f2
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/gradient.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx
index c018fea4441d..50855e341aa6 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 );