]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathBig.h
index 1c2ca3f739fc6eeeda9a8c1d3b228089e7388b60..cb65d2f8e4f295f075be7896dbe9cf7435437bb7 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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_;
 };