From a12a32c6596478917331d1985cb4cea1a722343c Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 21 Aug 2008 01:27:25 +0000 Subject: Deleted zombie extern variable declaration which was causing a "static declaration follows non-static declaration" gcc compilation error. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13103 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/script.h') 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_ */ -- cgit v1.2.3-60-g2f50