]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
restore comment about boost::shared_ptr and dtor.
[lyx.git] / src / BiblioInfo.cpp
index 136479dd60362e92d8b1708b4b51b4718755e37f..3d2bd13c23817a889b8461c616d70a183c8b2a78 100644 (file)
@@ -429,9 +429,6 @@ void BiblioInfo::fillWithBibKeys(Buffer const * const buf)
                return;
        }
 
-       // Pre-load all child documents.
-       buf->loadChildDocuments();
-
        for (InsetIterator it = inset_iterator_begin(buf->inset()); it; ++it)
                it->fillWithBibKeys(*this, it);
 }