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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index 4e9efef21..920a242e8 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -279,8 +279,6 @@ class LocalPlayer final : public Being,
void moveToHome();
- static void debugMsg(const std::string &str);
-
bool isReachable(Being *const being,
const int maxCost = 0) A_WARN_UNUSED;