]> git.lyx.org Git - lyx.git/commitdiff
Forgot this in revision 16606.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 8 Jan 2007 15:51:43 +0000 (15:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 8 Jan 2007 15:51:43 +0000 (15:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16608 a592a061-630c-0410-9148-cb99ea01b6c8

src/buffer.C

index 676c31f8f86ad7b53756c9aa6d8d4ffd0fa40b68..ab893ddd76d3c0ac9a8bfe5f1a0ce4509c82b90f 100644 (file)
@@ -507,7 +507,6 @@ bool Buffer::readDocument(LyXLex & lex)
        for_each(text().paragraphs().begin(),
                 text().paragraphs().end(),
                 bind(&Paragraph::setInsetOwner, _1, &inset()));
-       updateBibfilesCache();
 
        return res;
 }