diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Player.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index fd4d22d84..8969099a1 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -592,9 +592,6 @@ public: If the item is already known, does nothing. */ void AddKnownItem(const cItem & a_Item); - /** Update a player's size, for example, on body stance changes. */ - void SetSize(float a_Width, float a_Height); - // cEntity overrides: virtual void AttachTo(cEntity * a_AttachTo) override; virtual void Detach(void) override; |