Remove the unused and broken function GetBaseSpeed. Fixes #3672.

This was SVN commit r17349.
This commit is contained in:
elexis 2015-12-01 13:17:34 +00:00
parent 60f82e54dd
commit b657eb05e2

View File

@ -146,11 +146,6 @@ ResourceGatherer.prototype.RecalculateGatherRatesAndCapacities = function()
this.capacities[r] = ApplyValueModificationsToEntity("ResourceGatherer/Capacities/" + r, +this.template.Capacities[r], this.entity);
};
ResourceGatherer.prototype.GetBaseSpeed = function()
{
this.baseSpeed;
};
ResourceGatherer.prototype.GetGatherRates = function()
{
return this.rates;