(svn r18374) -Cleanup: remove some unused code

This commit is contained in:
rubidium
2009-12-02 10:47:18 +00:00
parent 3eaf87992e
commit 1503951313
3 changed files with 2 additions and 29 deletions

View File

@@ -29,8 +29,8 @@
#include "../../core/alloc_func.hpp"
#include "aystar.h"
int _aystar_stats_open_size;
int _aystar_stats_closed_size;
static int _aystar_stats_open_size;
static int _aystar_stats_closed_size;
/* This looks in the Hash if a node exists in ClosedList
* If so, it returns the PathNode, else NULL */