Remove an unused method and header includes

master
sfan5 2022-06-28 12:11:06 +02:00
parent 18fbc0394b
commit a5f385917d
2 changed files with 0 additions and 7 deletions

View File

@ -38,9 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "map.h"
#include "mesh.h"
#include "nodedef.h"
#include "serialization.h" // For decompressZlib
#include "settings.h"
#include "sound.h"
#include "tool.h"
#include "wieldmesh.h"
#include <algorithm>

View File

@ -164,11 +164,6 @@ public:
const v3f getPosition() const;
void setPosition(const v3f &pos)
{
pos_translator.val_current = pos;
}
inline const v3f &getRotation() const { return m_rotation; }
bool isImmortal() const;