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:04:52 -04:00
parent 26906f383c
commit 4c42f5dae0
1 changed files with 0 additions and 1 deletions

View File

@ -3452,7 +3452,6 @@ void PCB_IO_KICAD_SEXPR_PARSER::parseTextBoxContent( PCB_TEXTBOX* aTextBox )
while( (token = NextTok() ) != T_RIGHT )
parseOutlinePoints( aTextBox->GetPolyShape().Outline( 0 ) );
NeedRIGHT();
break;
}