]> 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 a6f6a05a1b4eee6822098524aa0bf22c7bb17ddd..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; }