X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathFactory.cpp;h=d21af7795001f21f4200c7cadce24de1701ce5ee;hb=59fa0b25928b43c8d32d19a6193dc3bd07716947;hp=cebac7c9ccb40cc04ec70191d2098b88b1e882bd;hpb=29378af4cdf9db7a7d6a72a9df34b8593f73f0e8;p=lyx.git diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp index cebac7c9cc..d21af77950 100644 --- a/src/mathed/MathFactory.cpp +++ b/src/mathed/MathFactory.cpp @@ -347,7 +347,7 @@ bool isSpecialChar(docstring const & name) } -} // namespace anon +} // namespace MathWordList const & mathedWordList() { @@ -714,10 +714,4 @@ bool createInsetMath_fromDialogStr(docstring const & str, MathData & ar) } -bool isAsciiOrMathAlpha(char_type c) -{ - return isASCII(c) || Encodings::isMathAlpha(c); -} - - } // namespace lyx