]> git.lyx.org Git - features.git/commitdiff
Revert "amend cfce0ac0"
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 2 Sep 2018 01:47:20 +0000 (21:47 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 2 Sep 2018 01:47:20 +0000 (21:47 -0400)
This reverts commit 9c1ac5e6d9a2e18656212d8a2b54b9d12a47c6c9.

src/Buffer.cpp

index f8b130d272a0bf8b253dbcc6bed7c2f473defd18..b41ddc45d3fe00d22b059e0c5278a7d26896aff0 100644 (file)
@@ -2356,9 +2356,6 @@ BiblioInfo const & Buffer::bibInfo() const
 
 
 void Buffer::registerBibfiles(FileNamePairList const & bf) const {
-       // We register the bib files in the master buffer,
-       // if there is one, but also in every single buffer,
-       // in case a child is compiled alone.
        Buffer const * const tmp = masterBuffer();
        if (tmp != this)
                tmp->registerBibfiles(bf);
@@ -2432,9 +2429,6 @@ void Buffer::collectBibKeys(FileNameList & checkedFiles) const
 
 void Buffer::addBiblioInfo(BiblioInfo const & bin) const
 {
-       // We add the biblio info to the master buffer,
-       // if there is one, but also to every single buffer,
-       // in case a child is compiled alone.
        BiblioInfo & bi = d->bibinfo_;
        bi.mergeBiblioInfo(bin);