]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetFloat.h
index 0fc0fba39862b126c441d98d52d72168456dd8e1..9d20a486cf0329a77d553ac0a5074e71d97f89ff 100644 (file)
@@ -104,9 +104,7 @@ private:
        docstring xhtml(XMLStream &, OutputParams const &) const override;
        ///
        bool insetAllowed(InsetCode) const override;
-       /** returns false if, when outputting LaTeX, font changes should
-           be closed before generating this inset. This is needed for
-           insets that may contain several paragraphs */
+       ///
        bool inheritFont() const override { return false; }
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const override;