X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloat.cpp;h=9d92681dd20ccd021d354ee7406c068dfb24dd45;hb=131f4b92bac3ecb75b47c266dfa3d8543bd4d578;hp=c160daa4ab5476df899bfc8f7b59fe098e68adc6;hpb=f6922b8c88d4d2e5bcf39264b8bac056470f49b8;p=lyx.git diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp index c160daa4ab..9d92681dd2 100644 --- a/src/insets/InsetFloat.cpp +++ b/src/insets/InsetFloat.cpp @@ -447,10 +447,6 @@ void InsetFloat::latex(otexstream & os, OutputParams const & runparams_in) const // Force \end{} to appear in a new line. os << breakln << "\\end{" << from_ascii(tmptype) << "}\n"; - - // A new paragraph is always started after a float. Hence, simulate a - // blank line so that os.afterParbreak() returns true (see bug 11174). - os.lastChar('\n'); }