Merge branch 'remove-unused-regionmap-constructor' into 'master'

Minor cleanup: Remove unused regionmap CellDescription constructor

See merge request OpenMW/openmw!3973
fix-osga-rotate-wildly
Alexei Kotov 9 months ago
commit d7257e056c

@ -41,11 +41,6 @@ namespace CSMWorld
}
}
CSMWorld::RegionMap::CellDescription::CellDescription()
: mDeleted(false)
{
}
CSMWorld::RegionMap::CellDescription::CellDescription(const Record<Cell>& cell, float landHeight)
{
const Cell& cell2 = cell.get();

@ -45,8 +45,6 @@ namespace CSMWorld
ESM::RefId mRegion;
std::string mName;
CellDescription();
CellDescription(const Record<Cell>& cell, float landHeight);
};

Loading…
Cancel
Save