mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Remove dead code
first is always false at this point. Coverity issue 23298.
This commit is contained in:
parent
28f4a39a79
commit
1d9c2daede
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user