1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-13 21:40:11 +00:00

Remove undefined and redundant ESM4 record type constructors

This commit is contained in:
elsid 2022-04-24 18:50:37 +02:00
parent 43b2892cc3
commit c7ba4100e1
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
7 changed files with 0 additions and 10 deletions

View File

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

View File

@ -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) {}
};
}

View File

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

View File

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

View File

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

View File

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

View File

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