This commit is contained in:
Jeff Young 2022-04-14 13:09:38 +01:00
parent c78a47c3fb
commit 160240166c
1 changed files with 0 additions and 3 deletions

View File

@ -1069,9 +1069,6 @@ bool SCH_SYMBOL::ResolveTextVar( wxString* token, int aDepth ) const
void SCH_SYMBOL::ClearAnnotation( const SCH_SHEET_PATH* aSheetPath, bool aResetPrefix )
{
// Build a reference with no annotation, i.e. a reference ending with a single '?'
wxString defRef = UTIL::GetRefDesUnannotated( m_prefix );
if( aSheetPath )
{
KIID_PATH path = aSheetPath->Path();