diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/being.cpp b/src/being.cpp index c95136af..ae339ad8 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -23,12 +23,6 @@ #include "being.h" - -PATH_NODE::PATH_NODE(unsigned short x, unsigned short y): - x(x), y(y) -{ -} - /** * Update the internal status. */ |