]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathArray.h
index f59d9e7304a9090cbad15a03722009359ed071d5..91c72b45abf48f546692f278bc38b008792f2dcf 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.
  */
@@ -26,8 +26,6 @@ public:
        ///
        InsetMathArray(docstring const &, int m, int n,
                char valign, docstring const & halign);
-       ///
-       InsetMathArray(docstring const &, char valign, docstring const & halign);
        /// convenience constructor from whitespace/newline separated data
        InsetMathArray(docstring const &, docstring const & str);
        ///