Commit 840e38de authored by jean-pierre charras's avatar jean-pierre charras

Pcbnew: fix link issue (undefined Read_GPCB_Descr symbol) in scripting mode.

parent 3821472a
......@@ -233,15 +233,6 @@ public:
void SetLastEditTime( ) { m_LastEdit_Time = time( NULL ); }
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 */
void Draw( EDA_DRAW_PANEL* aPanel,
......
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