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:
@@ -120,21 +120,16 @@ void CGeneralTextHandler::readToVector(const std::string & sourceID, const std::
|
||||
}
|
||||
|
||||
CGeneralTextHandler::CGeneralTextHandler():
|
||||
victoryConditions(*this, "core.vcdesc" ),
|
||||
lossConditions (*this, "core.lcdesc" ),
|
||||
colors (*this, "core.plcolors" ),
|
||||
tcommands (*this, "core.tcommand" ),
|
||||
hcommands (*this, "core.hallinfo" ),
|
||||
fcommands (*this, "core.castinfo" ),
|
||||
advobtxt (*this, "core.advevent" ),
|
||||
restypes (*this, "core.restypes" ),
|
||||
randsign (*this, "core.randsign" ),
|
||||
overview (*this, "core.overview" ),
|
||||
arraytxt (*this, "core.arraytxt" ),
|
||||
primarySkillNames(*this, "core.priskill" ),
|
||||
jktexts (*this, "core.jktext" ),
|
||||
tavernInfo (*this, "core.tvrninfo" ),
|
||||
tavernRumors (*this, "core.randtvrn" ),
|
||||
turnDurations (*this, "core.turndur" ),
|
||||
heroscrn (*this, "core.heroscrn" ),
|
||||
tentColors (*this, "core.tentcolr" ),
|
||||
|
@@ -53,7 +53,6 @@ public:
|
||||
LegacyTextContainer jktexts;
|
||||
LegacyTextContainer heroscrn;
|
||||
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 turnDurations; //turn durations for pregame (1 Minute ... Unlimited)
|
||||
|
||||
@@ -62,18 +61,14 @@ public:
|
||||
LegacyTextContainer hcommands; // town hall screen
|
||||
LegacyTextContainer fcommands; // fort screen
|
||||
LegacyTextContainer tavernInfo;
|
||||
LegacyTextContainer tavernRumors;
|
||||
|
||||
LegacyTextContainer qeModCommands;
|
||||
|
||||
LegacyHelpContainer zelp;
|
||||
LegacyTextContainer lossConditions;
|
||||
LegacyTextContainer victoryConditions;
|
||||
|
||||
//objects
|
||||
LegacyTextContainer advobtxt;
|
||||
LegacyTextContainer restypes; //names of resources
|
||||
LegacyTextContainer randsign;
|
||||
LegacyTextContainer seerEmpty;
|
||||
LegacyTextContainer seerNames;
|
||||
LegacyTextContainer tentColors;
|
||||
|
Reference in New Issue
Block a user