]> git.lyx.org Git - features.git/blobdiff - src/frontends/gtk/lyx_gui.C
This commit introduces the FontLoader interface class. In the future, I intend to...
[features.git] / src / frontends / gtk / lyx_gui.C
index 6cf21913e6069a4cdfa03cd5014d57dcf7225fec..dbf06e4492954df76ccff45cea7773fa482b3ab2 100644 (file)
@@ -152,18 +152,6 @@ void lyx_gui::update_color(LColor_color /*col*/)
 }
 
 
-void lyx_gui::update_fonts()
-{
-       fontLoader.update();
-}
-
-
-bool lyx_gui::font_available(LyXFont const & font)
-{
-       return fontLoader.available(font);
-}
-
-
 namespace {
 
 std::map<int, boost::shared_ptr<io_callback> > callbacks;