Remove valeur_param(), that does not work in Kicad Nanometer

This commit is contained in:
jean-pierre charras
2012-04-27 16:15:11 +02:00
parent b7f5699b3e
commit 8bf09f65cf
17 changed files with 76 additions and 80 deletions
+5
View File
@@ -584,6 +584,11 @@ wxString EDA_DRAW_FRAME::CoordinateToString( int aValue, bool aConvertToMils )
return ::CoordinateToString( aValue, aConvertToMils );
}
wxString EDA_DRAW_FRAME::LengthDoubleToString( double aValue, bool aConvertToMils )
{
return ::LengthDoubleToString( aValue, aConvertToMils );
}
bool EDA_DRAW_FRAME::HandleBlockBegin( wxDC* aDC, int aKey, const wxPoint& aPosition )
{