]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetfloatlist.h
index 50dd2aba0948c10a84172db42321f4ee7fed07e0..197b2dc18285b1ff20f21d9289e91d8233d39f43 100644 (file)
@@ -24,16 +24,10 @@ public:
        ///
        InsetFloatList(std::string const & type);
        ///
-       ~InsetFloatList();
-       ///
        virtual std::auto_ptr<InsetBase> clone() const {
                return std::auto_ptr<InsetBase>(new InsetFloatList(getCmdName()));
        }
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
-       ///
-       void draw(PainterInfo & pi, int x, int y) const;
-       ///
        std::string const getScreenLabel(Buffer const &) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
@@ -59,11 +53,6 @@ public:
                  OutputParams const & runparams) const;
        ///
        void validate(LaTeXFeatures & features) const;
-protected:
-       ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type &, pos_type &);
 };
 
 #endif