diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/player.h b/src/player.h index e23110be..dab081f8 100644 --- a/src/player.h +++ b/src/player.h @@ -60,14 +60,6 @@ class Player : public Being virtual void setWeapon(Uint16 weapon); - - private: - /** - * Resets all animations associated with this player. This is used to - * synchronize the animations after a new one has been added. - */ - void - resetAnimations(); }; #endif |