Remove undefined and redundant ESM4 record type constructors

pull/3226/head
elsid 3 years ago
parent 43b2892cc3
commit c7ba4100e1
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

@ -75,7 +75,6 @@ namespace ESM4
std::uint32_t mDayStart;
std::uint32_t mNightStart;
MediaLocationController();
virtual ~MediaLocationController();
virtual void load(ESM4::Reader& reader);

@ -86,8 +86,6 @@ namespace ESM4
FormId mRoad;
std::vector<FormId> mCells; // FIXME should this be CellGroup* instead?
WorldGroup() : mWorld(0), mRoad(0) {}
};
// http://www.uesp.net/wiki/Tes4Mod:Mod_File_Format/CELL
@ -150,8 +148,6 @@ namespace ESM4
// need to keep modindex and context for lazy loading (of all the files that contribute
// to this group)
CellGroup() : mCell(0), mLand(0), mPgrd(0) {}
};
}

@ -53,7 +53,6 @@ namespace ESM4
std::array<std::string, 3> mTriFile;
FormId mBaseTexture;
HeadPart();
virtual ~HeadPart();
virtual void load(ESM4::Reader& reader);

@ -47,7 +47,6 @@ namespace ESM4
std::int8_t mData;
FormId mLoopingSound;
MovableStatic();
virtual ~MovableStatic();
virtual void load(ESM4::Reader& reader);

@ -83,7 +83,6 @@ namespace ESM4
std::vector<PGRI> mForeign;
std::vector<PGRL> mObjects;
Pathgrid();
virtual ~Pathgrid();
virtual void load(ESM4::Reader& reader);

@ -46,7 +46,6 @@ namespace ESM4
std::string mEditorId;
PlacedGrenade();
virtual ~PlacedGrenade();
virtual void load(ESM4::Reader& reader);

@ -46,7 +46,6 @@ namespace ESM4
std::string mEditorId;
PlaceableWater();
virtual ~PlaceableWater();
virtual void load(ESM4::Reader& reader);

Loading…
Cancel
Save