Forgot this in revision 16606.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16608 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-01-08 15:51:43 +00:00
parent a2e981066b
commit 23326f7770

View 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;
}