diff options
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(); |