mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-25 03:36:49 +00:00
Remove unused regionmap CellDescription constructor
This commit is contained in:
parent
82bc6674dc
commit
c20a23b694
2 changed files with 0 additions and 7 deletions
|
@ -41,11 +41,6 @@ namespace CSMWorld
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CSMWorld::RegionMap::CellDescription::CellDescription()
|
|
||||||
: mDeleted(false)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
CSMWorld::RegionMap::CellDescription::CellDescription(const Record<Cell>& cell, float landHeight)
|
CSMWorld::RegionMap::CellDescription::CellDescription(const Record<Cell>& cell, float landHeight)
|
||||||
{
|
{
|
||||||
const Cell& cell2 = cell.get();
|
const Cell& cell2 = cell.get();
|
||||||
|
|
|
@ -45,8 +45,6 @@ namespace CSMWorld
|
||||||
ESM::RefId mRegion;
|
ESM::RefId mRegion;
|
||||||
std::string mName;
|
std::string mName;
|
||||||
|
|
||||||
CellDescription();
|
|
||||||
|
|
||||||
CellDescription(const Record<Cell>& cell, float landHeight);
|
CellDescription(const Record<Cell>& cell, float landHeight);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue