From 124e28787a66fc1ae882afbb5711b08620b51563 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Apr 2015 12:26:23 +0300 Subject: Remove useless virtual keywords. --- src/net/ea/gamehandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/ea/gamehandler.h') diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h index ee3bb9f6c..4ecc85692 100644 --- a/src/net/ea/gamehandler.h +++ b/src/net/ea/gamehandler.h @@ -40,14 +40,14 @@ class GameHandler notfinal : public Net::GameHandler A_DELETE_COPY(GameHandler) - virtual void who() const override final; + void who() const override final; - virtual bool removeDeadBeings() const override final A_WARN_UNUSED + bool removeDeadBeings() const override final A_WARN_UNUSED { return true; } virtual void setMap(const std::string &map); - virtual bool canUseMagicBar() const override final A_WARN_UNUSED + bool canUseMagicBar() const override final A_WARN_UNUSED { return true; } static void processWhoAnswer(Net::MessageIn &msg); @@ -56,9 +56,9 @@ class GameHandler notfinal : public Net::GameHandler static void processMapQuitResponse(Net::MessageIn &msg); - virtual void clear() override final; + void clear() override final; - virtual void initEngines() const override final; + void initEngines() const override final; protected: static std::string mMap; -- cgit v1.2.3-60-g2f50