TBTR: Remove unused function: TemplateReplacement::GetTemplateVehicle
This commit is contained in:
@@ -203,17 +203,6 @@ struct TemplateReplacement : TemplateReplacementPool::PoolItem<&_template_replac
|
|||||||
inline void SetTemplate(TemplateID tid) { this->sel_template = tid; }
|
inline void SetTemplate(TemplateID tid) { this->sel_template = tid; }
|
||||||
|
|
||||||
inline TemplateID GetTemplateVehicleID() { return sel_template; }
|
inline TemplateID GetTemplateVehicleID() { return sel_template; }
|
||||||
|
|
||||||
inline const TemplateVehicle* GetTemplateVehicle()
|
|
||||||
{
|
|
||||||
const TemplateVehicle *tv;
|
|
||||||
FOR_ALL_TEMPLATES(tv) {
|
|
||||||
if (tv->index == this->sel_template) {
|
|
||||||
return tv;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
TemplateReplacement* GetTemplateReplacementByGroupID(GroupID);
|
TemplateReplacement* GetTemplateReplacementByGroupID(GroupID);
|
||||||
|
Reference in New Issue
Block a user