Remove dead code

first is always false at this point.

Coverity issue 23298.
This commit is contained in:
Jean-Marc 2015-09-12 18:29:02 +02:00
parent 28f4a39a79
commit 1d9c2daede

View File

@ -1265,8 +1265,6 @@ void Layout::write(ostream & os) const
bool first = true;
os << "\tAlignPossible";
if (alignpossible & LYX_ALIGN_BLOCK) {
if (!first)
os << ',';
os << " Block";
first = false;
}