mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Removed unused code
This commit is contained in:
parent
7c0d5666a0
commit
d237bee927
@ -345,8 +345,6 @@ CGeneralTextHandler::CGeneralTextHandler():
|
||||
restypes (*this, "core.restypes" ),
|
||||
terrainNames (*this, "core.terrname" ),
|
||||
randsign (*this, "core.randsign" ),
|
||||
creGens (*this, "core.crgen1" ),
|
||||
creGens4 (*this, "core.crgen4" ),
|
||||
overview (*this, "core.overview" ),
|
||||
arraytxt (*this, "core.arraytxt" ),
|
||||
primarySkillNames(*this, "core.priskill" ),
|
||||
@ -376,8 +374,6 @@ CGeneralTextHandler::CGeneralTextHandler():
|
||||
readToVector("core.restypes", "DATA/RESTYPES.TXT" );
|
||||
readToVector("core.terrname", "DATA/TERRNAME.TXT" );
|
||||
readToVector("core.randsign", "DATA/RANDSIGN.TXT" );
|
||||
readToVector("core.crgen1", "DATA/CRGEN1.TXT" );
|
||||
readToVector("core.crgen4", "DATA/CRGEN4.TXT" );
|
||||
readToVector("core.overview", "DATA/OVERVIEW.TXT" );
|
||||
readToVector("core.arraytxt", "DATA/ARRAYTXT.TXT" );
|
||||
readToVector("core.priskill", "DATA/PRISKILL.TXT" );
|
||||
|
@ -204,8 +204,6 @@ public:
|
||||
LegacyTextContainer victoryConditions;
|
||||
|
||||
//objects
|
||||
LegacyTextContainer creGens; //names of creatures' generators
|
||||
LegacyTextContainer creGens4; //names of multiple creatures' generators
|
||||
LegacyTextContainer advobtxt;
|
||||
LegacyTextContainer xtrainfo;
|
||||
LegacyTextContainer restypes; //names of resources
|
||||
|
Loading…
Reference in New Issue
Block a user