removed obsolete function terrain_label::invalidate_handle
This commit is contained in:
parent
b6ef0c2c95
commit
a7c9cd824e
2 changed files with 0 additions and 6 deletions
|
@ -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_;
|
||||
|
|
|
@ -120,7 +120,6 @@ public:
|
|||
|
||||
void recalculate();
|
||||
void calculate_shroud() const;
|
||||
void invalidate_handle();
|
||||
|
||||
private:
|
||||
terrain_label(const terrain_label&);
|
||||
|
|
Loading…
Add table
Reference in a new issue