]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.cpp
Change string
[lyx.git] / src / insets / InsetCollapsable.cpp
index 3722baf8754102fed91d6ed77373ef579e228de6..7d7cc9a23fe8d9823262969efb86a8f2dc0d30bb 100644 (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;
 }