Removed unused field map_labels::label_cache_.
This commit is contained in:
parent
de7e097109
commit
fd16c7aac6
2 changed files with 2 additions and 7 deletions
|
@ -35,12 +35,8 @@ static bool is_shrouded(const display& disp, const map_location& loc)
|
|||
return disp.shrouded(loc) || disp.shrouded(map_location(loc.x,loc.y+1));
|
||||
}
|
||||
|
||||
map_labels::map_labels(const display& disp,
|
||||
const team* team) :
|
||||
disp_(disp),
|
||||
team_(team),
|
||||
labels_(),
|
||||
label_cache_()
|
||||
map_labels::map_labels(const display &disp, const team *team) :
|
||||
disp_(disp), team_(team), labels_()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,6 @@ private:
|
|||
const team* team_;
|
||||
|
||||
team_label_map labels_;
|
||||
label_map label_cache_;
|
||||
};
|
||||
|
||||
/// To store label data
|
||||
|
|
Loading…
Add table
Reference in a new issue