diff --git a/eeschema/sch_plugins/altium/altium_parser_sch.cpp b/eeschema/sch_plugins/altium/altium_parser_sch.cpp index 3907e47613..a7dfeeebfd 100644 --- a/eeschema/sch_plugins/altium/altium_parser_sch.cpp +++ b/eeschema/sch_plugins/altium/altium_parser_sch.cpp @@ -317,8 +317,6 @@ ASCH_TEXT_FRAME::ASCH_TEXT_FRAME( const std::map& aProps ) : BorderWidth = ReadKiCadUnitFrac( aProps, "LINEWIDTH" ); isSolid = ALTIUM_PARSER::ReadBool( aProps, "ISSOLID", false ); - IsWordWrapped = ALTIUM_PARSER::ReadBool( aProps, "WORDWRAP", true ); - Alignment = ReadEnum( aProps, "ALIGNMENT", 1, 3, ASCH_TEXT_FRAME_ALIGNMENT::LEFT ); }