commit 309397cb1e55917a808b6f4322353046ec4e3b68 Author: Koji Yokota <yok...@lyx.org> Date: Fri May 2 22:52:14 2025 +0900
Removing unnecessary comment-outs --- src/mathed/InsetMathNest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index fb34e63ed5..9472a3a22d 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -2546,8 +2546,6 @@ MathCompletionList::MathCompletionList(Cursor const & cur) globals.push_back(from_ascii("\\infer")); globals.push_back(from_ascii("\\atop")); globals.push_back(from_ascii("\\lefteqn")); - // globals.push_back(from_ascii("\\intertext")); - // globals.push_back(from_ascii("\\shortintertext")); globals.push_back(from_ascii("\\boldsymbol")); globals.push_back(from_ascii("\\bm")); globals.push_back(from_ascii("\\color")); -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs