'!= false' is redundant, and confusing - kill it.

Change-Id: I1a52b9ce7b590e8cf274a2daaa1c55cfc1efe48b
This commit is contained in:
Jan Holesovsky
2014-05-09 20:59:53 +02:00
parent dd484af7cf
commit 261b1ad80a
18 changed files with 34 additions and 34 deletions

View File

@@ -93,7 +93,7 @@ namespace
const cppcanvas::CanvasSharedPtr& rCanvas )
{
// set rIsColorSet and check for true at the same time
if( (rIsColorSet=pAct->IsSetting()) != false )
if (rIsColorSet = pAct->IsSetting())
{
::Color aColor( pAct->GetColor() );