diff options
Diffstat (limited to 'src/client/content_cao.h')
-rw-r--r-- | src/client/content_cao.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h index 2162816c5..5a8116c71 100644 --- a/src/client/content_cao.h +++ b/src/client/content_cao.h @@ -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; |