(svn r27929) -Cleanup: Remove unused Industry::random_triggers

This commit is contained in:
frosch
2017-10-25 15:38:19 +00:00
parent 82ae414e8d
commit 135ad9c6c9
3 changed files with 2 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ static uint32 GetCountAndDistanceOfClosestInstance(byte param_setID, byte layout
/* virtual */ uint32 IndustriesScopeResolver::GetTriggers() const
{
return this->industry != NULL ? this->industry->random_triggers : 0;
return 0;
}
/* virtual */ void IndustriesScopeResolver::StorePSA(uint pos, int32 value)