diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 4fa3e8328..a8fd829d3 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -36,17 +36,12 @@ #include "localconsts.h" +class AwayListener; class ChatTab; class FloorItem; class Map; class OkDialog; -class AwayListener final : public ActionListener -{ - public: - void action(const ActionEvent &event) override final; -}; - /** * Reasons an item can fail to be picked up. */ |