Browse Source

prevent self-deadlock

David Rose 18 years ago
parent
commit
ab3b45eb59
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/gobj/texturePool.cxx

+ 0 - 2
panda/src/gobj/texturePool.cxx

@@ -928,8 +928,6 @@ post_load(Texture *tex) {
 ////////////////////////////////////////////////////////////////////
 void TexturePool::
 load_filters() {
-  MutexHolder holder(_lock);
-
   ConfigVariableList texture_filter
     ("texture-filter",
      PRC_DESC("Names one or more external libraries that should be loaded for the "