]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.cpp
Output a parbreak after a command.
[lyx.git] / src / insets / InsetFlex.cpp
index 9a0db9a0973d1a0ac5114f7fb78041fec19dcfe0..70de9fd2ebaeef97cbb5ec8b7ce7fe3721eed0cb 100644 (file)
@@ -57,14 +57,6 @@ InsetLayout const & InsetFlex::getLayout() const
 }
 
 
-bool InsetFlex::resetFontEdit() const
-{
-       if (getLayout().resetsFont())
-               return true;
-       return InsetCollapsable::resetFontEdit();
-}
-
-
 InsetLayout::InsetDecoration InsetFlex::decoration() const
 {
        InsetLayout::InsetDecoration const dec = getLayout().decoration();