X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlist.h;h=ea9b1db588596e90d5ae1d8d0443542eaa4a18b4;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=a5ea1f727d07cb88ae41f4da9aec4d48004336a2;hpb=7521b5d20f42102cf444e3fd8718a088a60d0098;p=lyx.git diff --git a/src/insets/insetlist.h b/src/insets/insetlist.h index a5ea1f727d..ea9b1db588 100644 --- a/src/insets/insetlist.h +++ b/src/insets/insetlist.h @@ -28,15 +28,11 @@ public: /// void write(Buffer const * buf, std::ostream & os) const; /// - virtual Inset * clone(Buffer const &, bool same_id = false) const; - /// Inset::Code lyxCode() const { return Inset::FOOT_CODE; } /// int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const; /// string const editMessage() const; - /// - bool insertInsetAllowed(Inset * inset) const; }; #endif