diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-04 09:02:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-04 09:02:47 +0200 |
commit | 69564c82d147426b24730289dea936069022699c (patch) | |
tree | dd2faf878161411b8865e970397d65049c0fa7ff /vcl/source/outdev | |
parent | a9bdab7b3d2132817350ee7de5a30537732f85f9 (diff) |
WaE: unused variable 'aClipPolyPoly'
Change-Id: I8dd9b2a5dd09d5d0be123e9f8a303ad8e280b0f2
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/gradient.cxx | 2 |
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 ); |