Remove incorrect leftover comment

This commit is contained in:
Seth Hillbrand 2021-12-14 05:57:57 -08:00
parent 0bfb5bab02
commit e5d6ec836f
1 changed files with 0 additions and 3 deletions

View File

@ -561,9 +561,6 @@ void BOARD_ADAPTER::InitSettings( REPORTER* aStatusReporter, REPORTER* aWarningR
{
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 );
}
else