Remove TalentRowData from config.py, also removed a now unneeded forward declaration.

This commit is contained in:
Relintai 2020-06-05 17:51:07 +02:00
parent 95c7b29f1f
commit 64cb83c543
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ def get_doc_classes():
"EntityData",
"ItemContainerDataEntry",
"ItemContainerData",
"TalentRowData",
"VendorItemDataEntry",
"VendorItemData",
"EntityResourceCostData",

View File

@ -71,7 +71,6 @@ class SpellDamageInfo;
class SpellHealInfo;
class SpellCastInfo;
class EntityCreateInfo;
class TalentRowData;
class CharacterSpec;
class EntitySkill;
class ClassProfile;