]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetlist.h
index a5ea1f727d07cb88ae41f4da9aec4d48004336a2..ea9b1db588596e90d5ae1d8d0443542eaa4a18b4 100644 (file)
@@ -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