Remove unused vars
This commit is contained in:
parent
9ac87132af
commit
f663b42d77
|
@ -437,7 +437,6 @@ void SCH_REFERENCE_LIST::Annotate( bool aUseSheetNum, int aSheetIntervalId, int
|
||||||
}
|
}
|
||||||
|
|
||||||
int LastReferenceNumber = 0;
|
int LastReferenceNumber = 0;
|
||||||
int NumberOfUnits, Unit;
|
|
||||||
|
|
||||||
/* calculate index of the first symbol with the same reference prefix
|
/* calculate index of the first symbol with the same reference prefix
|
||||||
* than the current symbol. All symbols having the same reference
|
* than the current symbol. All symbols having the same reference
|
||||||
|
@ -518,9 +517,6 @@ void SCH_REFERENCE_LIST::Annotate( bool aUseSheetNum, int aSheetIntervalId, int
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Annotation of multi-unit parts ( n units per part ) (complex case)
|
|
||||||
NumberOfUnits = ref_unit.GetLibPart()->GetUnitCount();
|
|
||||||
|
|
||||||
// If this symbol is in aLockedUnitMap, copy the annotation to all
|
// If this symbol is in aLockedUnitMap, copy the annotation to all
|
||||||
// symbols that are not it
|
// symbols that are not it
|
||||||
if( lockedList != nullptr )
|
if( lockedList != nullptr )
|
||||||
|
|
Loading…
Reference in New Issue