Complete roll back of changes made in revision 336

This commit is contained in:
g_harland 2007-10-17 07:30:27 +00:00
parent 269ac2915b
commit 0d403649d5
1 changed files with 0 additions and 7 deletions

View File

@ -171,13 +171,6 @@ int WinEDA_BasePcbFrame::ReadListeSegmentDescr( wxDC* DC, FILE* File,
&PtSegm->m_Drill );
PtSegm->m_Width = width;
if( makeType == TYPEVIA )
{
// a THROUGH HOLE VIA always connects all layers
if ( shape == THROUGH_VIA )
layer = (COPPER_LAYER_N << 4) + LAYER_CMP_N;
}
PtSegm->m_Shape = shape;
if( arg_count < 7 )