Remove the declaration of a non-existent function.

This commit is contained in:
J. Tyne 2012-09-19 03:47:52 +00:00
parent b022231ba9
commit fb61593df5

View File

@ -74,10 +74,6 @@ public:
bool special_affects_opponent(const config& cfg) const;
bool special_affects_self(const config& cfg) const;
//this function returns a random animation out of the possible
//animations for this attack. It will not return the same attack
//each time.
const unit_animation* animation(const display& disp, const map_location& loc,const unit* my_unit,const unit_animation::hit_type hit,const attack_type* secondary_attack,int swing_num,int damage) const;
private:
config cfg_;
t_string description_;