Browse Source

remove vertex-data-allow-reread

David Rose 18 years ago
parent
commit
88ffb3add8
2 changed files with 0 additions and 3 deletions
  1. 0 1
      panda/src/gobj/vertexDataBuffer.cxx
  2. 0 2
      panda/src/gobj/vertexDataBuffer.h

+ 0 - 1
panda/src/gobj/vertexDataBuffer.cxx

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

+ 0 - 2
panda/src/gobj/vertexDataBuffer.h

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