summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
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;
};