mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
dtoolbase: remove TypeHandle::_none symbol, no longer needed
This commit is contained in:
parent
d6b7abedfe
commit
77724f49dc
@ -15,9 +15,6 @@
|
||||
#include "typeRegistryNode.h"
|
||||
#include "atomicAdjust.h"
|
||||
|
||||
// This is initialized to zero by static initialization.
|
||||
TypeHandle TypeHandle::_none;
|
||||
|
||||
/**
|
||||
* Returns the total allocated memory used by objects of this type, for the
|
||||
* indicated memory class. This is only updated if track-memory-usage is set
|
||||
|
@ -147,9 +147,6 @@ public:
|
||||
private:
|
||||
constexpr TypeHandle(int index);
|
||||
|
||||
// Only kept temporarily for ABI compatibility.
|
||||
static TypeHandle _none;
|
||||
|
||||
int _index;
|
||||
friend class TypeRegistry;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user