mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: Remove unneeded destructor.
parent
474d02f882
commit
b1c036bd35
|
@ -3170,10 +3170,6 @@ bool IndustrySpec::UsesOriginalEconomy() const
|
|||
HasBit(this->callback_mask, CBM_IND_MONTHLYPROD_CHANGE) || HasBit(this->callback_mask, CBM_IND_PRODUCTION_CHANGE) || HasBit(this->callback_mask, CBM_IND_PROD_CHANGE_BUILD); // production change callbacks
|
||||
}
|
||||
|
||||
IndustrySpec::~IndustrySpec()
|
||||
{
|
||||
}
|
||||
|
||||
static CommandCost TerraformTile_Industry(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
|
||||
{
|
||||
if (AutoslopeEnabled()) {
|
||||
|
|
|
@ -139,8 +139,6 @@ struct IndustrySpec {
|
|||
Money GetConstructionCost() const;
|
||||
Money GetRemovalCost() const;
|
||||
bool UsesOriginalEconomy() const;
|
||||
|
||||
~IndustrySpec();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue