]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetenv.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetenv.h
index ed8e0665b9cebbc66e267fe8e48af960f3cf1ba3..248f92107e21f258123a42f1308a623bd231cca2 100644 (file)
@@ -20,13 +20,13 @@ public:
        ///
        InsetEnvironment(BufferParams const &, string const & name);
        ///
-       InsetEnvironment(InsetEnvironment const &, bool same_id = false);
+       InsetEnvironment(InsetEnvironment const &);
        ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
        void read(Buffer const * buf, LyXLex & lex);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
+       Inset * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::ENVIRONMENT_CODE; }
        ///