]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.h
Revert "Make math autocorrrect work with more than 2 chars"
[lyx.git] / src / mathed / MathFactory.h
index 9837ca75e2e2284be9aab3e09911cd08cb82f3aa..b6fdb5044a34aea6e3b2073194d76ca22b74f254 100644 (file)
@@ -33,11 +33,6 @@ MathAtom createInsetMath(char const * const, Buffer * buf);
  */
 bool createInsetMath_fromDialogStr(docstring const &, MathData &);
 
-/** Tells whether the argument is an ascii character or is marked as
-  * mathalpha in the unicodesymbols file.
-  */
-bool isAsciiOrMathAlpha(char_type);
-
 typedef std::map<docstring, latexkeys> MathWordList;
 MathWordList const & mathedWordList();