]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.h
This commit cleans up everything related to singleton. The other important change...
[lyx.git] / src / mathed / MathSupport.h
index 3874735e1e58a389179433d1a44cc44e3824f3ed..68fd49d6e10c52d911e3140bb74a61c2cf7833e9 100644 (file)
@@ -25,8 +25,6 @@ class InsetMath;
 
 void mathed_char_dim(LyXFont const &, unsigned char c, Dimension & dim);
 int mathed_char_width(LyXFont const &, unsigned char c);
-int mathed_char_ascent(LyXFont const &, unsigned char c);
-int mathed_char_descent(LyXFont const &, unsigned char c);
 
 void mathed_draw_deco(PainterInfo & pi, int x, int y, int w, int h,
        std::string const & name);