mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
remove stale FIXME
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6861 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d3561d9b79
commit
77e1fac46e
@ -293,10 +293,6 @@ qfont_loader::font_info::font_info(LyXFont const & f)
|
||||
|
||||
qfont_loader::font_info * qfont_loader::getfontinfo(LyXFont const & f)
|
||||
{
|
||||
if (!lyx_gui::use_gui) {
|
||||
// FIXME
|
||||
}
|
||||
|
||||
font_info * fi = fontinfo_[f.family()][f.series()][f.realShape()][f.size()];
|
||||
if (fi)
|
||||
return fi;
|
||||
|
Loading…
Reference in New Issue
Block a user