mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
remove vertex-data-allow-reread
This commit is contained in:
parent
723a9bf257
commit
88ffb3add8
@ -19,7 +19,6 @@
|
||||
#include "vertexDataBuffer.h"
|
||||
#include "pStatTimer.h"
|
||||
|
||||
PStatCollector VertexDataBuffer::_vdata_reread_pcollector("*:Vertex Data:Reread");
|
||||
TypeHandle VertexDataBuffer::_type_handle;
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
@ -92,8 +92,6 @@ private:
|
||||
PT(VertexDataBlock) _block;
|
||||
Mutex _lock;
|
||||
|
||||
static PStatCollector _vdata_reread_pcollector;
|
||||
|
||||
public:
|
||||
static TypeHandle get_class_type() {
|
||||
return _type_handle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user