Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
0d403649
Commit
0d403649
authored
Oct 17, 2007
by
g_harland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete roll back of changes made in revision 336
parent
269ac291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
ioascii.cpp
pcbnew/ioascii.cpp
+0
-7
No files found.
pcbnew/ioascii.cpp
View file @
0d403649
...
@@ -171,13 +171,6 @@ int WinEDA_BasePcbFrame::ReadListeSegmentDescr( wxDC* DC, FILE* File,
...
@@ -171,13 +171,6 @@ int WinEDA_BasePcbFrame::ReadListeSegmentDescr( wxDC* DC, FILE* File,
&
PtSegm
->
m_Drill
);
&
PtSegm
->
m_Drill
);
PtSegm
->
m_Width
=
width
;
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
;
PtSegm
->
m_Shape
=
shape
;
if
(
arg_count
<
7
)
if
(
arg_count
<
7
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment