]> git.lyx.org Git - features.git/commitdiff
remove unneeded local variable.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 15 Dec 2006 15:05:46 +0000 (15:05 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 15 Dec 2006 15:05:46 +0000 (15:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16279 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyx_main.C

index afa834e130a017db98bb302874d4be81cf5bd2f0..2f50c17ad652a57ae40a115c27bda8e00c22af61 100644 (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");