From 388f348acf3aeb954dae3160efeb6a8cd5fe6e4a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Nov 2015 18:52:13 +0300 Subject: Remove manaserv related flag for use mana bar. --- src/net/ea/gamehandler.h | 3 --- src/net/gamehandler.h | 2 -- 2 files changed, 5 deletions(-) (limited to 'src/net') diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h index 9a6c1aeae..123fbb543 100644 --- a/src/net/ea/gamehandler.h +++ b/src/net/ea/gamehandler.h @@ -42,9 +42,6 @@ class GameHandler notfinal : public Net::GameHandler virtual void setMap(const std::string &map); - bool canUseMagicBar() const override final A_WARN_UNUSED - { return true; } - void clear() override final; void initEngines() const override final; diff --git a/src/net/gamehandler.h b/src/net/gamehandler.h index 1b1e3b560..db71d6893 100644 --- a/src/net/gamehandler.h +++ b/src/net/gamehandler.h @@ -50,8 +50,6 @@ class GameHandler notfinal virtual void disconnect2() const = 0; - virtual bool canUseMagicBar() const A_WARN_UNUSED = 0; - virtual bool mustPing() const A_WARN_UNUSED = 0; virtual void mapLoadedEvent() const = 0; -- cgit v1.2.3-70-g09d2