Revert e4b61de792
.
It doesn't seem to fix the testcase on Linux, and the tests pass on my machine in either configuration.
This commit is contained in:
parent
64f77b3596
commit
c2371f3943
|
@ -770,9 +770,6 @@ void SCH_SEXPR_PLUGIN::Format( SCH_SHEET* aSheet )
|
|||
if( a->Type() != b->Type() )
|
||||
return a->Type() < b->Type();
|
||||
|
||||
if( a->Type() == SCH_SHEET_T )
|
||||
return *a < *b;
|
||||
|
||||
return a->m_Uuid < b->m_Uuid;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue