Remove unused wxGridCellChoiceEditor::PaintBackground() override

This overridden method didn't do anything except calling the base class
version, so just remove it.
This commit is contained in:
Vadim Zeitlin
2020-06-22 03:05:52 +02:00
parent dddcdf62df
commit 32edcde5bd
2 changed files with 0 additions and 17 deletions

View File

@@ -307,10 +307,6 @@ public:
virtual void SetSize(const wxRect& rect) wxOVERRIDE;
virtual void PaintBackground(wxDC& dc,
const wxRect& rectCell,
const wxGridCellAttr& attr) wxOVERRIDE;
virtual void BeginEdit(int row, int col, wxGrid* grid) wxOVERRIDE;
virtual bool EndEdit(int row, int col, const wxGrid* grid,
const wxString& oldval, wxString *newval) wxOVERRIDE;