]> 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 cebac7c9ccb40cc04ec70191d2098b88b1e882bd..d21af7795001f21f4200c7cadce24de1701ce5ee 100644 (file)
@@ -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