]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetnote.h
index 89ea7cc182c1046e00b36f1d5cc34ffde4dfe0ad..e6bf5f4dff83ec2385bc94b5753021f0a1b70db3 100644 (file)
@@ -23,11 +23,9 @@ public:
        ///
        InsetNote(BufferParams const &);
        ///
-       InsetNote(InsetNote const &, bool same_id = false);
+       InsetNote(InsetNote const &);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
-       /// constructor with initial contents
-       InsetNote(Buffer const *, string const & contents, bool collapsed);
+       Inset * clone() const;
        ///
        string const editMessage() const;
        ///
@@ -35,7 +33,8 @@ public:
        ///
        void write(Buffer const *, std::ostream &) const;
        ///
-       int latex(Buffer const *, std::ostream &, bool, bool) const
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const
                { return 0; }
        ///
        int linuxdoc(Buffer const *, std::ostream &) const