Minor code cleanup: remove useless include or useless code.

fix also a minor compil warning
This commit is contained in:
jean-pierre charras
2020-10-01 11:36:15 +02:00
parent 85444aadd6
commit 42350a4928
10 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -631,7 +631,7 @@ void mpFXY::Plot( wxDC& dc, mpWindow& w )
if( !m_continuous )
{
bool first = true;
wxCoord ix;
wxCoord ix = 0;
std::set<wxCoord> ys;
while( GetNextXY( x, y ) )