Remove additional string from a3da0b9af6
This commit is contained in:
parent
a3da0b9af6
commit
cd30711cf8
|
@ -411,6 +411,8 @@ void CADSTAR_SCH_ARCHIVE_LOADER::loadPartsLibrary()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// We can't add new strings onto 6.0 branch
|
||||||
|
#ifdef 0
|
||||||
if( part.Definition.GateSymbols.size() == 0 )
|
if( part.Definition.GateSymbols.size() == 0 )
|
||||||
{
|
{
|
||||||
m_reporter->Report(
|
m_reporter->Report(
|
||||||
|
@ -420,6 +422,7 @@ void CADSTAR_SCH_ARCHIVE_LOADER::loadPartsLibrary()
|
||||||
part.Name ),
|
part.Name ),
|
||||||
RPT_SEVERITY_WARNING );
|
RPT_SEVERITY_WARNING );
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// Don't save in the library, but still keep it cached as some of the units might have
|
// Don't save in the library, but still keep it cached as some of the units might have
|
||||||
// been loaded correctly (saving us time later on), plus the part definition contains
|
// been loaded correctly (saving us time later on), plus the part definition contains
|
||||||
|
|
Loading…
Reference in New Issue