remove unneeded local variable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16279 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-12-15 15:05:46 +00:00
parent d01dad8bac
commit 2049cc5afc

View File

@ -502,7 +502,6 @@ void LyX::loadFiles()
if (it->empty())
continue;
Buffer * const b = newFile(it->absFilename(), string(), true);
Buffer * buf = pimpl_->buffer_list_.newBuffer(it->absFilename(), false);
if (loadLyXFile(buf, *it)) {
ErrorList const & el = buf->errorList("Parse");