mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Remove unused variable
This commit is contained in:
parent
744717a164
commit
bd53302907
@ -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…
x
Reference in New Issue
Block a user