X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathFactory.cpp;h=d21af7795001f21f4200c7cadce24de1701ce5ee;hb=59fa0b25928b43c8d32d19a6193dc3bd07716947;hp=2d65f78d497ce1b2f791ec604f11353346fd3cfc;hpb=e30f3d76d2bee0011ceaeb5f0cc221156458cbad;p=lyx.git diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp index 2d65f78d49..d21af77950 100644 --- a/src/mathed/MathFactory.cpp +++ b/src/mathed/MathFactory.cpp @@ -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