--- deliantra/server/include/attack.h 2006/09/09 23:49:06 1.7 +++ deliantra/server/include/attack.h 2006/09/21 00:05:25 1.9 @@ -21,7 +21,6 @@ The authors can be reached via e-mail at crossfire-devel@real-time.com */ - #ifndef ATTACK_H #define ATTACK_H @@ -82,8 +81,6 @@ /* Short description of names of the attacktypes */ extern const char* const attacktype_desc[NROFATTACKS]; -extern const keyword resist_save[NROFATTACKS]; - /* Note that internal should not ever be referenced in the last two * tables. however, other resisttypes may be added, and if through some * bug these do get used somehow, might as well make it more easier to notice