Kaydet (Commit) cc8736ae authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: Id2d7c2aa0ba1783710a141bd910af785ecf81f8a
üst 9a1f09b9
......@@ -3462,7 +3462,6 @@ namespace basegfx
&& aControlA.equal(aRetval.getB2DPoint(aRetval.count() - 1)))
{
bControlA = false;
bControlB = false;
}
if(bControlA)
......
......@@ -784,7 +784,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aEdgeEnd.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
......@@ -799,7 +798,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aLeft.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
......@@ -820,7 +818,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aControlEdgeEnd.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
......@@ -837,7 +834,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aControlEdgeStart.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
......
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