]> git.lyx.org Git - features.git/blobdiff - src/mathed/support.h
iterators for MathArray; cosmetics;
[features.git] / src / mathed / support.h
index 73a79643f1ae6968f14366b58e2e3f1fadf20b80..d5d2a5f942c6acad6ad1b86444d52b926d04b7ac 100644 (file)
@@ -32,10 +32,8 @@ int mathed_string_width(MathTextCodes type, MathStyles size, string const & s);
 int mathed_string_ascent(MathTextCodes type, MathStyles size, string const & s);
 int mathed_string_descent(MathTextCodes type, MathStyles size, string const & s);
 
-bool MathIsInset(MathTextCodes x);
 bool MathIsAlphaFont(MathTextCodes x);
 bool MathIsSymbol(MathTextCodes x);
-bool MathIsRelOp(unsigned char c, MathTextCodes f);
 
 void drawStr(Painter & pain, MathTextCodes type, MathStyles siz,
        int x, int y, string const & s);