summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-23 12:00:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-23 12:00:53 +0300
commit447d96259ec1b6be3fddad3e5b61b3711030ea18 (patch)
tree9a1b324ea7b50acb10eba4de5b404a724a94cd49 /src/being/localplayer.h
parent648c85816ca9398dd9c672d5d4230bef030e0274 (diff)
downloadplus-447d96259ec1b6be3fddad3e5b61b3711030ea18.tar.gz
plus-447d96259ec1b6be3fddad3e5b61b3711030ea18.tar.bz2
plus-447d96259ec1b6be3fddad3e5b61b3711030ea18.tar.xz
plus-447d96259ec1b6be3fddad3e5b61b3711030ea18.zip
Move pseudo away variable into settings.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index 96e6efb88..e26cb7843 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -236,9 +236,6 @@ class LocalPlayer final : public Being,
void setPseudoAway(const std::string &message);
- bool getPseudoAway() const A_WARN_UNUSED
- { return mPseudoAwayMode; }
-
void setHalfAway(const bool n)
{ mInactive = n; }
@@ -534,7 +531,6 @@ class LocalPlayer final : public Being,
// Tells if the path was set using mouse
bool mPathSetByMouse;
bool mWaitPing;
- bool mPseudoAwayMode;
bool mShowNavigePath;
};