1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-04 03:41:38 +00:00

removed getId public function

This commit is contained in:
florent.teppe 2022-07-20 09:33:28 +02:00
parent c41c67b461
commit 800ada37ae

View file

@ -29,7 +29,6 @@ namespace MWWorld
template<typename T> struct SRecordType
{
static const int sRecordId;
static int getId() { return sRecordId; };
};
class ESMStore