remove bogus assertion

This commit is contained in:
David Rose 2006-08-31 20:56:40 +00:00
parent 6f71e9eb80
commit 2ef186ac87

View File

@ -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);
}
}