diff --git a/development/HTML/HTML.notes b/development/HTML/HTML.notes
index 427fac952f..e513965060 100644
--- a/development/HTML/HTML.notes
+++ b/development/HTML/HTML.notes
@@ -56,7 +56,6 @@ These insets work but still need work:
Math
We have a fair bit of math now working via MathML output, but there are still some
isues, and not all the insets work. Here are the ones I know still need work:
- - AMSArray
- Array
- Box: There is a general issue here with text mode nesting. See the FIXME attached
to the SetMode class.
@@ -68,7 +67,7 @@ Math
lib/symbols for the commands supported, of course.
- Space: Needs checking.
- SpecialChar: Needs checking.
- - Split: See lib/symbols, for split insets.
+ - Split: There are some alignment issues here, but it basically works.
- Substack: This is a stack of however many cells, all in a smaller style.
Probably do something with , again.
- Tabular: This is more or less a text-like table in math. Probably output it
diff --git a/src/mathed/InsetMathAMSArray.h b/src/mathed/InsetMathAMSArray.h
index 2214389c7c..631d7db9a4 100644
--- a/src/mathed/InsetMathAMSArray.h
+++ b/src/mathed/InsetMathAMSArray.h
@@ -42,6 +42,9 @@ public:
void infoize(odocstream & os) const;
///
void normalize(NormalStream &) const;
+ // Don't need mathmlize as it is handled by InsetMathMatrix,
+ // after being extracted in MathExtern.
+ // void mathmlize(MathStream &) const;
///
void validate(LaTeXFeatures & features) const;
///