From: Abdelrazak Younes Date: Fri, 15 Dec 2006 15:05:46 +0000 (+0000) Subject: remove unneeded local variable. X-Git-Tag: 1.6.10~11551 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2049cc5afc11392d06f4356bd6c22a42a6bfb2b0;p=features.git remove unneeded local variable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16279 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyx_main.C b/src/lyx_main.C index afa834e130..2f50c17ad6 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -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");