瀏覽代碼

remove incorrect call up to base destructor method

David Rose 19 年之前
父節點
當前提交
5927760011
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 0 - 2
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -278,8 +278,6 @@ CLP(GraphicsStateGuardian)::
     delete _stencil_render_states;
     _stencil_render_states = 0;
   }
-
-  GraphicsStateGuardian::~GraphicsStateGuardian();
 }
 
 ////////////////////////////////////////////////////////////////////