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
840e38de
Commit
840e38de
authored
Jan 04, 2013
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: fix link issue (undefined Read_GPCB_Descr symbol) in scripting mode.
parent
3821472a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
class_module.h
pcbnew/class_module.h
+0
-9
No files found.
pcbnew/class_module.h
View file @
840e38de
...
@@ -233,15 +233,6 @@ public:
...
@@ -233,15 +233,6 @@ public:
void
SetLastEditTime
(
)
{
m_LastEdit_Time
=
time
(
NULL
);
}
void
SetLastEditTime
(
)
{
m_LastEdit_Time
=
time
(
NULL
);
}
time_t
GetLastEditTime
()
const
{
return
m_LastEdit_Time
;
}
time_t
GetLastEditTime
()
const
{
return
m_LastEdit_Time
;
}
/**
* Function Read_GPCB_Descr
* reads a footprint description in GPCB format (newlib version)
* @param CmpFullFileName = Full file name (there is one footprint per file.
* this is also the footprint name
* @return bool - true if success reading else false.
*/
bool
Read_GPCB_Descr
(
const
wxString
&
CmpFullFileName
);
/* drawing functions */
/* drawing functions */
void
Draw
(
EDA_DRAW_PANEL
*
aPanel
,
void
Draw
(
EDA_DRAW_PANEL
*
aPanel
,
...
...
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