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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index 191ed73fe..b7b071c46 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -186,11 +186,6 @@ class LocalPlayer final : public Being,
bool isPathSetByMouse() const A_WARN_UNUSED
{ return mPathSetByMouse; }
- int getImitationMode() const A_WARN_UNUSED
- { return mImitationMode; }
-
- void changeImitationMode(const bool forward);
-
unsigned int getMoveState() const A_WARN_UNUSED
{ return mMoveState; }
@@ -404,8 +399,6 @@ class LocalPlayer final : public Being,
static std::string getMapDrawTypeString();
- std::string getImitationModeString();
-
std::string getAwayModeString();
static std::string getCameraModeString();