diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.h b/src/map/script.h index 904ddf740..79822031c 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -166,6 +166,4 @@ int add_str(const char* p); const char* get_str(int id); int script_reload(void); -uint32 crc32(char *dat, int len); - #endif /* _SCRIPT_H_ */ |