Remove unused variables

This commit is contained in:
Paul Cornett
2019-04-04 10:40:45 -07:00
parent 5629f71c32
commit 90ce6a4334
9 changed files with 2 additions and 32 deletions

View File

@@ -11523,7 +11523,6 @@ bool wxRichTextTableBlock::ComputeBlockForSelection(wxRichTextTable* table, wxRi
{
// Start with an invalid block and increase.
wxRichTextTableBlock selBlock(-1, -1, -1, -1);
wxRichTextRangeArray ranges = selection.GetRanges();
int row, col;
for (row = 0; row < table->GetRowCount(); row++)
{