]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.cpp
Fix a crash with uninitialized buffer member of MathData
[lyx.git] / src / mathed / MathFactory.cpp
index 2d65f78d497ce1b2f791ec604f11353346fd3cfc..d21af7795001f21f4200c7cadce24de1701ce5ee 100644 (file)
@@ -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