]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNote.h
framed.sty goes InsetBox:
[features.git] / src / insets / InsetNote.h
index 303b2882bce05cca26102e4f70c8c91c98577ccb..11fe68f7832a8ea841e3ec26b4f6ca0d9934524b 100644 (file)
@@ -23,9 +23,7 @@ public:
        enum Type {
                Note,
                Comment,
-               Greyedout,
-               Framed,
-               Shaded
+               Greyedout
        };
        /// \c type defaults to Note
        InsetNoteParams();
@@ -53,7 +51,7 @@ public:
        InsetCode lyxCode() const { return NOTE_CODE; }
        ///
        docstring name() const;
-       /// framed and shaded notes are displayed
+       ///
        virtual DisplayType display() const;
        ///
        void write(Buffer const &, std::ostream &) const;