소스 검색

Deleted zombie extern variable declaration which was causing a "static declaration follows non-static declaration" gcc compilation error.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13103 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 16 년 전
부모
커밋
c2ba03b6e2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/map/script.h

+ 0 - 2
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_ */