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

This commit is contained in:
jean-pierre charras 2013-01-04 23:00:05 +01:00
parent 3821472ad8
commit 840e38de59
1 changed files with 0 additions and 9 deletions

View File

@ -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,