Remove unnecessary wxGrid::OnPaint()
This method was explicitly defined to do nothing, so just remove it. No real changes.
This commit is contained in:
@@ -2361,7 +2361,6 @@ protected:
|
||||
int row, int col,
|
||||
const wxMouseEvent& mouseEv);
|
||||
|
||||
void OnPaint( wxPaintEvent& );
|
||||
void OnSize( wxSizeEvent& );
|
||||
void OnKeyDown( wxKeyEvent& );
|
||||
void OnKeyUp( wxKeyEvent& );
|
||||
|
Reference in New Issue
Block a user