summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/being.h b/src/being.h
index 052d82de..6dec64d3 100644
--- a/src/being.h
+++ b/src/being.h
@@ -34,15 +34,6 @@
const unsigned int MAX_EQUIP_SLOTS = 5; /**< Maximum number of equipped slots */
-struct PATH_NODE {
- /**
- * Constructor.
- */
- PATH_NODE(unsigned short x, unsigned short y);
-
- unsigned short x, y;
-};
-
/**
* Raw statistics of a Player
*/