]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / MathAtom.h
index 5a0adf8672488ba5110d3e38b8fe018fe3101776..7c00794e80f5d1b42e0ee2f3e3707243f9c0ead0 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.
  */
@@ -64,9 +64,6 @@ public:
        /// access to the inset
        InsetMath const * operator->() const { return nucleus_; }
 
-       /// width cache. Not nice...
-       //mutable int width_;
-
 private:
        ///
        InsetMath * nucleus_;