diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-05 15:42:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-05 15:42:51 +0300 |
commit | 3aaf10f021303dd67a2c36bf23f380348b5bdf02 (patch) | |
tree | 1464a1bb892b4ac5d00c40f88db6a12c85a8898a /src/being/localplayer.h | |
parent | 545017e651250e14656a8ab21c3ab36b8b2fa760 (diff) | |
download | plus-3aaf10f021303dd67a2c36bf23f380348b5bdf02.tar.gz plus-3aaf10f021303dd67a2c36bf23f380348b5bdf02.tar.bz2 plus-3aaf10f021303dd67a2c36bf23f380348b5bdf02.tar.xz plus-3aaf10f021303dd67a2c36bf23f380348b5bdf02.zip |
Remove unused function from LocalPlayer.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 341b9f8b0..c27b04f47 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -420,10 +420,6 @@ class LocalPlayer final : public Being, static void tryMagic(const std::string &spell, const int baseMagic, const int schoolMagic, const int mana); - static const char *getVarItem(const char *const *const arr, - const unsigned index, - const unsigned sz) A_WARN_UNUSED; - void crazyMove1(); void crazyMove2(); void crazyMove3(); |