Fix a compil issue (in sch_altium_plugin.cpp) and compil warnings.

This commit is contained in:
jean-pierre charras
2023-09-07 08:53:30 +02:00
parent e665cbac20
commit ecd8c7e2cc
3 changed files with 5 additions and 4 deletions
-2
View File
@@ -1113,8 +1113,6 @@ int EE_SELECTION_TOOL::UnselectAll( const TOOL_EVENT& aEvent )
if( sheet )
{
int layer = pair.second;
for( SCH_SHEET_PIN* pin : sheet->GetPins() )
{
EDA_ITEM* item = dynamic_cast<EDA_ITEM*>( pin );