mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-25 10:39:42 +00:00
Remove no longer needed code.
This commit is contained in:
parent
ba1a42ec05
commit
0a66877cf1
2 changed files with 0 additions and 4 deletions
|
@ -327,8 +327,6 @@ float CSVRender::Cell::getTerrainHeightAt(const Ogre::Vector3 &pos) const
|
||||||
// - repainting edges while moving
|
// - repainting edges while moving
|
||||||
void CSVRender::Cell::loadPathgrid()
|
void CSVRender::Cell::loadPathgrid()
|
||||||
{
|
{
|
||||||
createGridMaterials();
|
|
||||||
|
|
||||||
int worldsize = ESM::Land::REAL_SIZE;
|
int worldsize = ESM::Land::REAL_SIZE;
|
||||||
|
|
||||||
CSMWorld::SubCellCollection<CSMWorld::Pathgrid>& pathgridCollection = mData.getPathgrids();
|
CSMWorld::SubCellCollection<CSMWorld::Pathgrid>& pathgridCollection = mData.getPathgrids();
|
||||||
|
|
|
@ -91,8 +91,6 @@ namespace CSVWorld
|
||||||
void moveSceneNodeImpl(const std::string sceneNodeName,
|
void moveSceneNodeImpl(const std::string sceneNodeName,
|
||||||
const std::string referenceId, const Ogre::Vector3 &position);
|
const std::string referenceId, const Ogre::Vector3 &position);
|
||||||
|
|
||||||
void updateSelectionHighlight(std::string sceneNode, const Ogre::Vector3 &position);
|
|
||||||
|
|
||||||
std::string sceneNodeToRefId(std::string sceneNodeName);
|
std::string sceneNodeToRefId(std::string sceneNodeName);
|
||||||
|
|
||||||
Ogre::SceneManager *findSceneManager(std::string sceneNodeName);
|
Ogre::SceneManager *findSceneManager(std::string sceneNodeName);
|
||||||
|
|
Loading…
Reference in a new issue