Removed some testing code that was not supposed to be in the last commit.
This commit is contained in:
parent
84f4bf82ea
commit
3703560305
|
|
@ -692,9 +692,9 @@ extExtractStack(stack, doExtract, rootDef)
|
|||
/* Replace any modified substrate planes */
|
||||
for (; sl; sl = sl->sl_next)
|
||||
{
|
||||
// ExtRevertSubstrate(sl->sl_def, sl->sl_plane);
|
||||
DBFreePaintPlane(sl->sl_plane);
|
||||
TiFreePlane(sl->sl_plane);
|
||||
ExtRevertSubstrate(sl->sl_def, sl->sl_plane);
|
||||
// DBFreePaintPlane(sl->sl_plane);
|
||||
// TiFreePlane(sl->sl_plane);
|
||||
|
||||
freeMagic(sl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue