loplugin:defaultparams

Not necessary to pass this argument, it defaults to the same value.

Change-Id: I090566ebc968c69351cd019e1a5b2b6a0749f03f
This commit is contained in:
Tor Lillqvist
2016-04-26 20:10:16 +03:00
parent 7b1b9d42b0
commit 7671d64307

View File

@@ -260,8 +260,8 @@ namespace drawinglayer
fTransparency,
rSource.getLineAttribute().getLineJoin(),
rSource.getLineAttribute().getLineCap(),
rSource.getLineAttribute().getMiterMinimumAngle(),
false /*bBypassAACheck, default*/))
rSource.getLineAttribute().getMiterMinimumAngle()
/* false bBypassAACheck, default*/))
{
bTryWorked = true;
}