]> git.lyx.org Git - features.git/blobdiff - src/insets/insetnote.h
Added copy constructor to inset.h and used it in most insets which permit
[features.git] / src / insets / insetnote.h
index a23fbdb2191a29a2fc09719c23ae6cb9f4280b99..f4f103f18cd73d714bb400c1daa056e6d0d79ff3 100644 (file)
@@ -28,8 +28,6 @@ public:
        /// constructor with initial contents
        InsetNote(Buffer const *, string const & contents, bool collapsed);
        ///
-       virtual Inset * clone(Buffer const &, bool) const;
-       ///
        virtual string const editMessage() const;
        ///
        virtual Inset::Code lyxCode() const { return Inset::IGNORE_CODE; }