forked from mirror/openmw-tes3mp
Remove unused variable
This commit is contained in:
parent
4374f69a60
commit
7009355baf
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
||||||
bool CSVRender::PagedWorldspaceWidget::adjustCells()
|
bool CSVRender::PagedWorldspaceWidget::adjustCells()
|
||||||
{
|
{
|
||||||
bool modified = false;
|
bool modified = false;
|
||||||
bool wasEmpty = mCells.empty();
|
|
||||||
|
|
||||||
const CSMWorld::IdCollection<CSMWorld::Cell>& cells = mDocument.getData().getCells();
|
const CSMWorld::IdCollection<CSMWorld::Cell>& cells = mDocument.getData().getCells();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue