Stop writing deprecated "colour" key when saving map label.

(it was in fact never needed since no WML can read that)
This commit is contained in:
Ali El Gariani 2012-01-07 12:11:02 +00:00
parent 7dd4e29f1b
commit 49713583b5

View file

@ -335,8 +335,6 @@ void terrain_label::write(config& cfg) const
cfg["text"] = text();
cfg["team_name"] = (this->team_name());
cfg["color"] = cfg_color();
///@deprecated 1.9.2 'colour' also written in label
cfg["colour"] = cfg_color();
cfg["visible_in_fog"] = visible_in_fog_;
cfg["visible_in_shroud"] = visible_in_shroud_;
cfg["immutable"] = immutable_;