]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.h
Trying to solve bug-2452, I optimized some of the most significant problems outlined...
[lyx.git] / src / insets / inset.h
index 7832a320175be571755316f886b4e666099b50ec..f1a4d4856016c98dbf800e84f645defc3e7e3654 100644 (file)
@@ -35,12 +35,6 @@ public:
 
        ///
        InsetOld();
-       ///
-       int ascent() const;
-       ///
-       int descent() const;
-       ///
-       int width() const;
 
        ///
        void setInsetName(docstring const & s) { name_ = s; }
@@ -56,8 +50,6 @@ public:
 protected:
        ///
        InsetOld(InsetOld const & in);
-       ///
-       mutable Dimension dim_;
 
 private:
        InsetOld & operator=(InsetOld const &) const;