]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
simplificatons
[lyx.git] / src / insets / insetmarginal.h
index 5d19e9579e2974e7d9329cdce727d195e4f8a908..09ae022f6e70cf2de77518eb80c1788a7d06743a 100644 (file)
@@ -26,17 +26,11 @@ public:
        ///
        InsetMarginal();
        ///
-       Inset * Clone() const;
+       Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///
-       Inset::Code LyxCode() const { return Inset::MARGIN_CODE; }
+       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
-       ///
-       const char * EditMessage() const;
-       ///
-       bool InsertInsetAllowed(Inset * inset) const;
-       ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
+       string const editMessage() const;
 };
 
 #endif