Remove definition of log10(double) in wxMathPlot widget

This commit is contained in:
Simon Richter
2016-08-15 10:19:42 +02:00
committed by Maciej Suminski
parent 5ed19b6e82
commit eec632a651
-6
View File
@@ -3332,12 +3332,6 @@ double mpScaleXLog::TransformFromPlot( double xplot )
}
double log10( double x )
{
return log( x ) / log( 10.0 );
}
#if 0
mpFSemiLogXVector::mpFSemiLogXVector( wxString name, int flags ) :
mpFXYVector( name, flags )