diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-12 18:52:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-12 18:52:13 +0300 |
commit | 388f348acf3aeb954dae3160efeb6a8cd5fe6e4a (patch) | |
tree | c4c5b9af46c5921682f7aa45b75350be87955a19 /src/net/gamehandler.h | |
parent | e082aa3439e3ffb4b69c491be1dc881e9c14abce (diff) | |
download | plus-388f348acf3aeb954dae3160efeb6a8cd5fe6e4a.tar.gz plus-388f348acf3aeb954dae3160efeb6a8cd5fe6e4a.tar.bz2 plus-388f348acf3aeb954dae3160efeb6a8cd5fe6e4a.tar.xz plus-388f348acf3aeb954dae3160efeb6a8cd5fe6e4a.zip |
Remove manaserv related flag for use mana bar.
Diffstat (limited to 'src/net/gamehandler.h')
-rw-r--r-- | src/net/gamehandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |