Remove some extra semicolons

This commit is contained in:
Marvin Schmidt
2017-11-09 19:52:18 +01:00
parent 20f3cdaaea
commit 69974b73db
50 changed files with 63 additions and 63 deletions
+3 -3
View File
@@ -1288,13 +1288,13 @@ mpScaleXBase::mpScaleXBase( wxString name, int flags, bool ticks, unsigned int t
mpScaleX::mpScaleX( wxString name, int flags, bool ticks, unsigned int type ) :
mpScaleXBase( name, flags, ticks, type )
{
};
}
mpScaleXLog::mpScaleXLog( wxString name, int flags, bool ticks, unsigned int type ) :
mpScaleXBase( name, flags, ticks, type )
{
};
}
void mpScaleXBase::Plot( wxDC& dc, mpWindow& w )
@@ -2701,7 +2701,7 @@ void mpWindow::SetMPScrollbars( bool status )
//// SetVirtualSize((int) (m_maxX - m_minX), (int) (m_maxY - m_minY));
// }
// Refresh(false);*/
};
}
bool mpWindow::UpdateBBox()
{