diff options
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r-- | src/net/tmwa/beinghandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h index 4f3e70fb1..4c6df6f7b 100644 --- a/src/net/tmwa/beinghandler.h +++ b/src/net/tmwa/beinghandler.h @@ -39,13 +39,11 @@ class BeingHandler final : public Ea::BeingHandler void undress(Being *const being) const override final; -#ifdef EATHENA_SUPPORT void requestRanks(const RankT rank A_UNUSED) const override final A_CONST; void viewPlayerEquipment(const Being *const being) const override final A_CONST; -#endif void requestNameByCharId(const int id) const override final A_CONST; }; |