Fix a compil issue (in sch_altium_plugin.cpp) and compil warnings.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user