]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.cpp
Fix segfault after deleting monitor
[lyx.git] / src / insets / InsetFloat.cpp
index c160daa4ab5476df899bfc8f7b59fe098e68adc6..9d92681dd20ccd021d354ee7406c068dfb24dd45 100644 (file)
@@ -447,10 +447,6 @@ void InsetFloat::latex(otexstream & os, OutputParams const & runparams_in) const
 
        // Force \end{<floatname>} 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');
 }