diff options
-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 b7dfda43c..2e10b3303 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -155,6 +155,4 @@ int add_str(const char* p); const char* get_str(int id); int script_reload(void); -extern char mapreg_txt[]; - #endif /* _SCRIPT_H_ */ |