Also remove unused wxGrid wxEVT_ERASE_BACKGROUND handler

It is never used anyhow, as wxGrid is entirely covered by its children
windows.
This commit is contained in:
Vadim Zeitlin
2020-01-24 02:36:03 +01:00
parent e671386d1a
commit c2b0edefbd
2 changed files with 0 additions and 6 deletions

View File

@@ -2365,7 +2365,6 @@ protected:
void OnKeyDown( wxKeyEvent& );
void OnKeyUp( wxKeyEvent& );
void OnChar( wxKeyEvent& );
void OnEraseBackground( wxEraseEvent& );
void OnHideEditor( wxCommandEvent& );