]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Minor corrections and elaborations
[lyx.git] / src / insets / InsetNote.h
index aeab8f038b282084ec43a7636b4ffacfd500efb0..32bb26bbf663f5fcf368d8f94d8c58d0bcf3e196 100644 (file)
@@ -61,9 +61,7 @@ private:
        InsetCode lyxCode() const override { return NOTE_CODE; }
        ///
        docstring layoutName() 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 params_.type == InsetNoteParams::Note; }
        /// Is the content of this inset part of the output document?
        bool producesOutput() const override