mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-04 07:47:59 +03:00
Remove dead code from commit 024ad3276b
.
This commit is contained in:
parent
ec457a09c3
commit
fea1ac2c0f
4 changed files with 9 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue