]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathBig.h
index 1c2ca3f739fc6eeeda9a8c1d3b228089e7388b60..2736669b58628a87060af6f616c2c83b4594a2de 100644 (file)
@@ -29,8 +29,6 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       Dimension const dimension(BufferView const &) const { return dim_; };
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        void write(WriteStream & os) const;
@@ -52,8 +50,6 @@ private:
        docstring const name_;
        /// ( or [ or \\Vert...
        docstring const delim_;
-       ///
-       mutable Dimension dim_;
 };