Remove an unused duplicate function.

This commit is contained in:
Mark de Wever 2007-12-20 16:21:04 +00:00
parent 69b4be8cd4
commit 36a56d7e58

View file

@ -187,7 +187,6 @@ public:
std::set<gamemap::location> overlaps(const gamemap::location &loc) const;
const t_string& traits_description() const { return traits_description_; }
int value() const { return unit_value_; }
int cost () const { return unit_value_; }
const gamemap::location& get_goto() const { return goto_; }