summaryrefslogtreecommitdiff
path: root/src/game-server/character.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.h')
-rw-r--r--src/game-server/character.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game-server/character.h b/src/game-server/character.h
index 2b755bdb..dc703c8f 100644
--- a/src/game-server/character.h
+++ b/src/game-server/character.h
@@ -431,13 +431,6 @@ class Character : public Being
sigc::signal<void, Character *> signal_disconnected;
- protected:
- /**
- * Gets the way the actor blocks pathfinding for other objects
- */
- virtual BlockType getBlockType() const
- { return BLOCKTYPE_CHARACTER; }
-
private:
bool specialUseCheck(SpecialMap::iterator it);