]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / inseturl.h
index b382bc7c69ad18339a944491e64b700763ac7b30..e2a16a5a58f087e20f5a06804bcb6aa6894715ea 100644 (file)
@@ -23,12 +23,12 @@ class InsetUrl : public InsetCommand {
 public:
        ///
        explicit
-       InsetUrl(InsetCommandParams const &, bool same_id = false);
+       InsetUrl(InsetCommandParams const &);
        ///
        ~InsetUrl();
        ///
-       virtual Inset * clone(Buffer const &, bool same_id = false) const {
-               return new InsetUrl(params(), same_id);
+       virtual Inset * clone() const {
+               return new InsetUrl(params());
        }
        ///
        dispatch_result localDispatch(FuncRequest const & cmd);
@@ -43,8 +43,8 @@ public:
        ///
        bool display() const { return false; }
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool fragile, bool free_spc) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///