mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 01:13:09 +00:00
Remove TechnologyManager relict of 99d04e93bb following c1e86161b5.
This was SVN commit r20616.
This commit is contained in:
@@ -465,12 +465,6 @@ TechnologyManager.prototype.GetResearcher = function(tech)
|
||||
return this.researchQueued.get(tech)
|
||||
};
|
||||
|
||||
// Get helper data for tech modifications
|
||||
TechnologyManager.prototype.GetTechModifications = function()
|
||||
{
|
||||
return this.modifications;
|
||||
};
|
||||
|
||||
/**
|
||||
* Called by GUIInterface for PlayerData. AI use.
|
||||
*/
|
||||
|
||||
@@ -129,8 +129,7 @@ AddMock(100, IID_TechnologyManager, {
|
||||
"GetStartedTechs": () => new Set(),
|
||||
"GetResearchedTechs": () => new Set(),
|
||||
"GetClassCounts": () => ({}),
|
||||
"GetTypeCountsByClass": () => ({}),
|
||||
"GetTechModifications": () => ({})
|
||||
"GetTypeCountsByClass": () => ({})
|
||||
});
|
||||
|
||||
AddMock(100, IID_StatisticsTracker, {
|
||||
@@ -215,8 +214,7 @@ AddMock(101, IID_TechnologyManager, {
|
||||
"GetStartedTechs": () => new Set(),
|
||||
"GetResearchedTechs": () => new Set(),
|
||||
"GetClassCounts": () => ({}),
|
||||
"GetTypeCountsByClass": () => ({}),
|
||||
"GetTechModifications": () => ({})
|
||||
"GetTypeCountsByClass": () => ({})
|
||||
});
|
||||
|
||||
AddMock(101, IID_StatisticsTracker, {
|
||||
|
||||
Reference in New Issue
Block a user