From 70a6697c169d80fc4f3ccc5e0738cbfc607e4e2a Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sat, 23 Mar 2024 17:50:23 +0300 Subject: [PATCH] Fix warning due to unused angle in EasyEDA Pro schematic parser. (cherry picked from commit 1c7e3871b573c922d7f812867fd306537cdeb942) --- eeschema/sch_io/easyedapro/sch_easyedapro_parser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eeschema/sch_io/easyedapro/sch_easyedapro_parser.cpp b/eeschema/sch_io/easyedapro/sch_easyedapro_parser.cpp index ee11777f25..d04906f68f 100644 --- a/eeschema/sch_io/easyedapro/sch_easyedapro_parser.cpp +++ b/eeschema/sch_io/easyedapro/sch_easyedapro_parser.cpp @@ -532,14 +532,14 @@ EASYEDAPRO::SYM_INFO SCH_EASYEDAPRO_PARSER::ParseSymbol( const std::vector(); }