1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-30 06:11:34 +00:00

Remove unused variable

This commit is contained in:
Aesylwinn 2016-03-18 14:46:53 -04:00
parent 4374f69a60
commit 7009355baf

View file

@ -21,7 +21,6 @@
bool CSVRender::PagedWorldspaceWidget::adjustCells()
{
bool modified = false;
bool wasEmpty = mCells.empty();
const CSMWorld::IdCollection<CSMWorld::Cell>& cells = mDocument.getData().getCells();