Kaydet (Commit) 6b59ccd5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable

Change-Id: I108ea85db7904e31cbeb1cd2dec89cb1cdf6275b
üst fa559f1c
...@@ -392,7 +392,6 @@ namespace drawinglayer ...@@ -392,7 +392,6 @@ namespace drawinglayer
fPolyWidth, fPolyHeight, fPolyWidth, fPolyHeight,
aPolyRange.getMinX(), aPolyRange.getMinY())); aPolyRange.getMinX(), aPolyRange.getMinY()));
basegfx::B2DHomMatrix aUnitGradientToObject; basegfx::B2DHomMatrix aUnitGradientToObject;
static bool bInterpretAbsolute(true);
if(getUseUnitCoordinates()) if(getUseUnitCoordinates())
{ {
...@@ -720,7 +719,6 @@ namespace drawinglayer ...@@ -720,7 +719,6 @@ namespace drawinglayer
fPolyWidth, fPolyHeight, fPolyWidth, fPolyHeight,
aPolyRange.getMinX(), aPolyRange.getMinY())); aPolyRange.getMinX(), aPolyRange.getMinY()));
basegfx::B2DHomMatrix aUnitGradientToObject; basegfx::B2DHomMatrix aUnitGradientToObject;
static bool bInterpretAbsolute(true);
if(getUseUnitCoordinates()) if(getUseUnitCoordinates())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment