removed obsolete function terrain_label::invalidate_handle

This commit is contained in:
Mark de Wever 2007-02-08 23:28:13 +00:00
parent b6ef0c2c95
commit a7c9cd824e
2 changed files with 0 additions and 6 deletions

View file

@ -427,11 +427,6 @@ const std::string& terrain_label::team_name() const
return team_name_;
}
void terrain_label::invalidate_handle()
{
handle_ = 0;
}
const gamemap::location& terrain_label::location() const
{
return loc_;

View file

@ -120,7 +120,6 @@ public:
void recalculate();
void calculate_shroud() const;
void invalidate_handle();
private:
terrain_label(const terrain_label&);