From: Abdelrazak Younes Date: Tue, 11 Nov 2008 14:22:42 +0000 (+0000) Subject: MSVC/Cmake compilation fix. X-Git-Tag: 1.6.10~2655 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c8c348703635e2efc8ce8d19eb96cee90fdbd906;p=features.git MSVC/Cmake compilation fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27382 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 852c4fe6aa..c2319e5f02 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1569,7 +1569,6 @@ bool BufferParams::checkModuleConsistency() { list::const_iterator oit = oldModules.begin(); list::const_iterator oen = oldModules.end(); list const & provmods = baseClass()->providedModules(); - list const & exclmods = baseClass()->excludedModules(); for (; oit != oen; ++oit) { string const & modname = *oit; bool excluded = false;