Remove dead code from commit 024ad3276b.

This commit is contained in:
cc9cii 2021-07-06 14:21:17 +10:00
parent ec457a09c3
commit fea1ac2c0f
4 changed files with 9 additions and 17 deletions

View file

@ -224,7 +224,7 @@ namespace ESM
return region + ' ' + cellGrid;
}
bool Cell::getNextRef(ESMReader &esm, CellRef &ref, bool &isDeleted, int *tempRefCount, bool ignoreMoves, MovedCellRef *mref)
bool Cell::getNextRef(ESMReader &esm, CellRef &ref, bool &isDeleted, bool ignoreMoves, MovedCellRef *mref)
{
isDeleted = false;
@ -252,7 +252,7 @@ namespace ESM
if (esm.peekNextSub("FRMR"))
{
ref.load (esm, isDeleted, tempRefCount);
ref.load (esm, isDeleted);
// TODO: should count the number of temp refs and validate the number