Remove unused variable
This commit is contained in:
parent
744717a164
commit
bd53302907
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ void BaseGrid::SelectRow(int row, bool addToSelected, bool select) {
|
|||
void BaseGrid::OnPaint(wxPaintEvent &) {
|
||||
// Find which columns need to be repainted
|
||||
std::vector<GridColumn *> paint_columns;
|
||||
std::vector<int> paint_column_widths;
|
||||
for (wxRegionIterator region(GetUpdateRegion()); region; ++region) {
|
||||
wxRect updrect = region.GetRect();
|
||||
int x = 0;
|
||||
|
|
Loading…
Reference in a new issue