remove vertex-data-allow-reread

This commit is contained in:
David Rose 2007-06-06 04:09:48 +00:00
parent 723a9bf257
commit 88ffb3add8
2 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@
#include "vertexDataBuffer.h"
#include "pStatTimer.h"
PStatCollector VertexDataBuffer::_vdata_reread_pcollector("*:Vertex Data:Reread");
TypeHandle VertexDataBuffer::_type_handle;
////////////////////////////////////////////////////////////////////

View File

@ -92,8 +92,6 @@ private:
PT(VertexDataBlock) _block;
Mutex _lock;
static PStatCollector _vdata_reread_pcollector;
public:
static TypeHandle get_class_type() {
return _type_handle;