X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetmarginal.h;h=09ae022f6e70cf2de77518eb80c1788a7d06743a;hb=3ce727041d6eef7a30ea58d8469ac8042eb20409;hp=26654106a674938493d1cea8e456e8bbe6b6acb5;hpb=7521b5d20f42102cf444e3fd8718a088a60d0098;p=lyx.git diff --git a/src/insets/insetmarginal.h b/src/insets/insetmarginal.h index 26654106a6..09ae022f6e 100644 --- a/src/insets/insetmarginal.h +++ b/src/insets/insetmarginal.h @@ -26,15 +26,11 @@ public: /// InsetMarginal(); /// - Inset * clone(Buffer const &, bool same_id = false) const; - /// Inset::Code lyxCode() const { return Inset::MARGIN_CODE; } /// int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const; /// string const editMessage() const; - /// - bool insertInsetAllowed(Inset * inset) const; }; #endif