Commit 0d403649 authored by g_harland's avatar g_harland

Complete roll back of changes made in revision 336

parent 269ac291
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment