Revert commented out code.
This commit is contained in:
parent
403cc50e7c
commit
2a13c0af2e
|
@ -431,7 +431,7 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
|
||||||
// Legacy schematic can have duplicate time stamps so fix that before converting
|
// Legacy schematic can have duplicate time stamps so fix that before converting
|
||||||
// to the s-expression format.
|
// to the s-expression format.
|
||||||
schematic.ReplaceDuplicateTimeStamps();
|
schematic.ReplaceDuplicateTimeStamps();
|
||||||
// schematic.SetLegacySymbolInstanceData();
|
schematic.SetLegacySymbolInstanceData();
|
||||||
|
|
||||||
// Allow the schematic to be saved to new file format without making any edits.
|
// Allow the schematic to be saved to new file format without making any edits.
|
||||||
OnModify();
|
OnModify();
|
||||||
|
|
Loading…
Reference in New Issue