]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_support.h
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_support.h
index 17a48807525b4059cf45f59f31ce9d836f2ecefa..c21d9421e90ab44d1d1d0b9f76d2ad4d885d63fe 100644 (file)
@@ -34,11 +34,8 @@ void mathed_draw_deco(PainterInfo & pi, int x, int y, int w, int h,
 void mathed_string_dim(LyXFont const & font, std::string const & s, Dimension & dim);
 int mathed_string_width(LyXFont const &, std::string const & s);
 
-void drawStr(PainterInfo & pi,
-       LyXFont const &, int x, int y, std::string const & s);
 void drawStrRed(PainterInfo & pi, int x, int y, std::string const & s);
 void drawStrBlack(PainterInfo & pi, int x, int y, std::string const & s);
-void drawChar(PainterInfo & pi, LyXFont const & font, int x, int y, char c);
 
 void math_font_max_dim(LyXFont const &, int & asc, int & desc);