]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.cpp
Whitespace.
[lyx.git] / src / mathed / MathFactory.cpp
index 8cce5f010a2a3b4c299798fb9c0c14a103a0e0be..eae377706593f0de34e9b8efd21ddaff1c40e7d1 100644 (file)
@@ -413,7 +413,7 @@ MathAtom createInsetMath(docstring const & s, Buffer * buf)
        }
        if (s == "xrightarrow" || s == "xleftarrow")
                return MathAtom(new InsetMathXArrow(buf, s));
-       if (s == "split" || s == "gathered" || s == "aligned" || s == "alignedat")
+       if (s == "split" || s == "alignedat")
                return MathAtom(new InsetMathSplit(buf, s));
        if (s == "cases")
                return MathAtom(new InsetMathCases(buf));