From eec632a651104e804f98cbba180f6797368f83a9 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Mon, 15 Aug 2016 10:19:42 +0200 Subject: [PATCH] Remove definition of log10(double) in wxMathPlot widget --- common/widgets/mathplot.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/widgets/mathplot.cpp b/common/widgets/mathplot.cpp index 3a1896b328..f9de3aec52 100644 --- a/common/widgets/mathplot.cpp +++ b/common/widgets/mathplot.cpp @@ -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 )