]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathBig.h
index ec590a094d7ee55a2624c389630876c00f599d3d..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.
  */
@@ -50,8 +50,6 @@ private:
        docstring const name_;
        /// ( or [ or \\Vert...
        docstring const delim_;
-       ///
-       mutable Dimension dim_;
 };