Remove unnecessary wxGrid::OnPaint()

This method was explicitly defined to do nothing, so just remove it.

No real changes.
This commit is contained in:
Vadim Zeitlin
2020-01-24 02:29:34 +01:00
parent b08b697665
commit a5807b8fcf
2 changed files with 0 additions and 8 deletions

View File

@@ -2361,7 +2361,6 @@ protected:
int row, int col,
const wxMouseEvent& mouseEv);
void OnPaint( wxPaintEvent& );
void OnSize( wxSizeEvent& );
void OnKeyDown( wxKeyEvent& );
void OnKeyUp( wxKeyEvent& );