Minor code cleanup: remove useless include or useless code.
fix also a minor compil warning
This commit is contained in:
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user