From 840e38de59450a87c2fbfcf6a85cb9b74cadfd96 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 4 Jan 2013 23:00:05 +0100 Subject: [PATCH] Pcbnew: fix link issue (undefined Read_GPCB_Descr symbol) in scripting mode. --- pcbnew/class_module.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pcbnew/class_module.h b/pcbnew/class_module.h index dae8e47a11..65685af6a9 100644 --- a/pcbnew/class_module.h +++ b/pcbnew/class_module.h @@ -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,