Remove extra NeedRIGHT in textbox parser

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18033
This commit is contained in:
Jon Evans 2024-05-17 09:01:37 -04:00
parent 28cd2a203e
commit 2cd0139cbf
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}