1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Remove no longer used compatibility containers

This commit is contained in:
Ivan Savenko
2024-07-21 14:31:09 +00:00
parent cd52625657
commit c77da2e476
2 changed files with 0 additions and 10 deletions

View File

@@ -120,21 +120,16 @@ void CGeneralTextHandler::readToVector(const std::string & sourceID, const std::
} }
CGeneralTextHandler::CGeneralTextHandler(): CGeneralTextHandler::CGeneralTextHandler():
victoryConditions(*this, "core.vcdesc" ),
lossConditions (*this, "core.lcdesc" ),
colors (*this, "core.plcolors" ),
tcommands (*this, "core.tcommand" ), tcommands (*this, "core.tcommand" ),
hcommands (*this, "core.hallinfo" ), hcommands (*this, "core.hallinfo" ),
fcommands (*this, "core.castinfo" ), fcommands (*this, "core.castinfo" ),
advobtxt (*this, "core.advevent" ), advobtxt (*this, "core.advevent" ),
restypes (*this, "core.restypes" ), restypes (*this, "core.restypes" ),
randsign (*this, "core.randsign" ),
overview (*this, "core.overview" ), overview (*this, "core.overview" ),
arraytxt (*this, "core.arraytxt" ), arraytxt (*this, "core.arraytxt" ),
primarySkillNames(*this, "core.priskill" ), primarySkillNames(*this, "core.priskill" ),
jktexts (*this, "core.jktext" ), jktexts (*this, "core.jktext" ),
tavernInfo (*this, "core.tvrninfo" ), tavernInfo (*this, "core.tvrninfo" ),
tavernRumors (*this, "core.randtvrn" ),
turnDurations (*this, "core.turndur" ), turnDurations (*this, "core.turndur" ),
heroscrn (*this, "core.heroscrn" ), heroscrn (*this, "core.heroscrn" ),
tentColors (*this, "core.tentcolr" ), tentColors (*this, "core.tentcolr" ),

View File

@@ -53,7 +53,6 @@ public:
LegacyTextContainer jktexts; LegacyTextContainer jktexts;
LegacyTextContainer heroscrn; LegacyTextContainer heroscrn;
LegacyTextContainer overview;//text for Kingdom Overview window LegacyTextContainer overview;//text for Kingdom Overview window
LegacyTextContainer colors; //names of player colors ("red",...)
LegacyTextContainer capColors; //names of player colors with first letter capitalized ("Red",...) LegacyTextContainer capColors; //names of player colors with first letter capitalized ("Red",...)
LegacyTextContainer turnDurations; //turn durations for pregame (1 Minute ... Unlimited) LegacyTextContainer turnDurations; //turn durations for pregame (1 Minute ... Unlimited)
@@ -62,18 +61,14 @@ public:
LegacyTextContainer hcommands; // town hall screen LegacyTextContainer hcommands; // town hall screen
LegacyTextContainer fcommands; // fort screen LegacyTextContainer fcommands; // fort screen
LegacyTextContainer tavernInfo; LegacyTextContainer tavernInfo;
LegacyTextContainer tavernRumors;
LegacyTextContainer qeModCommands; LegacyTextContainer qeModCommands;
LegacyHelpContainer zelp; LegacyHelpContainer zelp;
LegacyTextContainer lossConditions;
LegacyTextContainer victoryConditions;
//objects //objects
LegacyTextContainer advobtxt; LegacyTextContainer advobtxt;
LegacyTextContainer restypes; //names of resources LegacyTextContainer restypes; //names of resources
LegacyTextContainer randsign;
LegacyTextContainer seerEmpty; LegacyTextContainer seerEmpty;
LegacyTextContainer seerNames; LegacyTextContainer seerNames;
LegacyTextContainer tentColors; LegacyTextContainer tentColors;