diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h index 78cffcc4..48cee019 100644 --- a/src/being.h +++ b/src/being.h @@ -63,8 +63,6 @@ struct NODE { void empty(); NODE *get_head(); -//NODE *create_node(); -//PATH_NODE *create_path_node(unsigned short x, unsigned short y); void add_node(NODE *node); NODE *find_node(unsigned int id); void remove_node(unsigned int id); |