Browse Source

remove bogus assertion

David Rose 19 years ago
parent
commit
2ef186ac87
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/audiotraits/milesAudioManager.cxx

+ 0 - 1
panda/src/audiotraits/milesAudioManager.cxx

@@ -188,7 +188,6 @@ MilesAudioManager::
     if (mi != _managers->end()) {
       // The manager might already have been removed from the list, if
       // the user has already called shutdown().
-      nassertv(!_cleanup_required);
       _managers->erase(mi);
     }
   }