]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / inseturl.h
index 8555331683ae7a367f85deaeb2b49f12c4ca6977..3f30120b32c75cd80054121c21168b58e40c1506 100644 (file)
@@ -25,8 +25,6 @@ public:
        explicit
        InsetUrl(InsetCommandParams const &);
        ///
-       ~InsetUrl();
-       ///
        virtual std::auto_ptr<InsetBase> clone() const {
                return std::auto_ptr<InsetBase>(new InsetUrl(params()));
        }
@@ -52,11 +50,6 @@ public:
        ///
        int docbook(Buffer const &, std::ostream &,
                    OutputParams const &) const;
-protected:
-       ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type &, pos_type &);
 };
 
 #endif