1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-10 19:32:10 +00:00

Remove an unused method and header includes

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

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;