1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 10:21:09 +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