Remove extra NeedRIGHT in textbox parser
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18033
This commit is contained in:
parent
28cd2a203e
commit
2cd0139cbf
|
@ -3396,8 +3396,6 @@ PCB_TEXTBOX* PCB_IO_KICAD_SEXPR_PARSER::parsePCB_TEXTBOX( BOARD_ITEM* aParent )
|
|||
|
||||
while( (token = NextTok() ) != T_RIGHT )
|
||||
parseOutlinePoints( textbox->GetPolyShape().Outline( 0 ) );
|
||||
|
||||
NeedRIGHT();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue