Needless comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-03-21 19:38:02 +00:00
parent 0011f47885
commit 6a2921d119

View File

@ -810,7 +810,6 @@ InsetLayout::InsetDecoration InsetCollapsable::decoration() const
break;
}
if (lyxCode() == FLEX_CODE)
// FIXME: Is this really necessary?
return InsetLayout::Conglomerate;
return InsetLayout::Classic;
}