Remove incorrect leftover comment
This commit is contained in:
parent
0bfb5bab02
commit
e5d6ec836f
|
@ -561,9 +561,6 @@ void BOARD_ADAPTER::InitSettings( REPORTER* aStatusReporter, REPORTER* aWarningR
|
||||||
{
|
{
|
||||||
if( aColorName.StartsWith( "#" ) )
|
if( aColorName.StartsWith( "#" ) )
|
||||||
{
|
{
|
||||||
/// Keep only the non-alpha channels of the color string,
|
|
||||||
/// i.e. first 6 hex digits and the '#'
|
|
||||||
|
|
||||||
return KIGFX::COLOR4D( aColorName );
|
return KIGFX::COLOR4D( aColorName );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue