Remove unused items in gpcb_plugin.cpp

This commit is contained in:
Simon Wells 2016-01-11 22:07:33 -05:00 committed by Chris Pavlina
parent 2028fa7926
commit 731a137af0
1 changed files with 2 additions and 6 deletions

View File

@ -54,11 +54,7 @@
*/
static const wxString traceFootprintLibrary( wxT( "GedaPcbFootprintLib" ) );
static const char delims[] = " \t\r\n";
static bool inline isSpace( int c ) { return strchr( delims, c ) != 0; }
#ifdef DEBUG
static void inline traceParams( wxArrayString& aParams )
{
wxString tmp;
@ -73,7 +69,7 @@ static void inline traceParams( wxArrayString& aParams )
wxLogTrace( traceFootprintLibrary, tmp );
}
#endif
static inline long parseInt( const wxString& aValue, double aScalar )
{