diff --git a/panda/src/pgraph/renderAttrib.cxx b/panda/src/pgraph/renderAttrib.cxx index 362419ff65..4abde672dd 100644 --- a/panda/src/pgraph/renderAttrib.cxx +++ b/panda/src/pgraph/renderAttrib.cxx @@ -45,8 +45,6 @@ RenderAttrib() { */ RenderAttrib:: ~RenderAttrib() { - LightReMutexHolder holder(*_attribs_lock); - // unref() should have cleared this. nassertv(_saved_entry == -1); }