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:
parent
c41c67b461
commit
800ada37ae
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ namespace MWWorld
|
|||
template<typename T> struct SRecordType
|
||||
{
|
||||
static const int sRecordId;
|
||||
static int getId() { return sRecordId; };
|
||||
};
|
||||
|
||||
class ESMStore
|
||||
|
|
Loading…
Reference in a new issue