瀏覽代碼

remove vertex-data-allow-reread

David Rose 18 年之前
父節點
當前提交
88ffb3add8
共有 2 個文件被更改,包括 0 次插入3 次删除
  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 "pStatTimer.h"
 
-PStatCollector VertexDataBuffer::_vdata_reread_pcollector("*:Vertex Data:Reread");
 TypeHandle VertexDataBuffer::_type_handle;
 
 ////////////////////////////////////////////////////////////////////

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

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