From 2049cc5afc11392d06f4356bd6c22a42a6bfb2b0 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 15 Dec 2006 15:05:46 +0000 Subject: [PATCH] remove unneeded local variable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16279 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyx_main.C | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.39.2