mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Remove outdated comment :-)
[originally from svn r5722]
This commit is contained in:
@ -185,10 +185,6 @@ void draw_text(frontend *fe, int x, int y, int fonttype, int fontsize,
|
||||
fe->fonts[i].type = fonttype;
|
||||
fe->fonts[i].size = fontsize;
|
||||
|
||||
/*
|
||||
* FIXME: Really I should make at least _some_ effort to
|
||||
* pick the correct font.
|
||||
*/
|
||||
fe->fonts[i].font = CreateFont(-fontsize, 0, 0, 0, FW_BOLD,
|
||||
FALSE, FALSE, FALSE, DEFAULT_CHARSET,
|
||||
OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS,
|
||||
|
Reference in New Issue
Block a user