MSVC/Cmake compilation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-11-11 14:22:42 +00:00
parent b83564d82c
commit c8c3487036

View File

@ -1569,7 +1569,6 @@ bool BufferParams::checkModuleConsistency() {
list<string>::const_iterator oit = oldModules.begin();
list<string>::const_iterator oen = oldModules.end();
list<string> const & provmods = baseClass()->providedModules();
list<string> const & exclmods = baseClass()->excludedModules();
for (; oit != oen; ++oit) {
string const & modname = *oit;
bool excluded = false;