mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
d01dad8bac
commit
2049cc5afc
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user