From 9e9b38ef6a6d57110a01d60e19a38cef1356a081 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Sat, 20 Aug 2022 20:09:40 -0700 Subject: [PATCH] Revert "cadstar: Report warning that imported text may be different" This reverts commit f637a820b68c1084451267ca64e491656678e134. New strings are not allowed in v6 --- eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp | 5 ----- pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp | 4 ---- 2 files changed, 9 deletions(-) diff --git a/eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp b/eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp index bc816fb055..2cc821ef46 100644 --- a/eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp +++ b/eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp @@ -255,11 +255,6 @@ void CADSTAR_SCH_ARCHIVE_LOADER::Load( SCHEMATIC* aSchematic, SCH_SHEET* aRootSh checkPoint(); - m_reporter->Report( _( "CADSTAR fonts are different to the ones in KiCad. This will likely " - "result in alignment issues. Please review the imported text elements " - "carefully and correct manually if required." ), - RPT_SEVERITY_WARNING ); - m_reporter->Report( _( "The CADSTAR design has been imported successfully.\n" "Please review the import errors and warnings (if any)." ) ); } diff --git a/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp b/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp index 3038e35770..f17b8b1590 100644 --- a/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp +++ b/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp @@ -161,10 +161,6 @@ void CADSTAR_PCB_ARCHIVE_LOADER::Load( BOARD* aBoard, PROJECT* aProject ) "re-use block information has been discarded during the import." ) ); } - wxLogWarning( _( "CADSTAR fonts are different to the ones in KiCad. This will likely result " - "in alignment issues that may cause DRC errors. Please review the imported " - "text elements carefully and correct manually if required." ) ); - wxLogMessage( _( "The CADSTAR design has been imported successfully.\n" "Please review the import errors and warnings (if any)." ) );