From a1cf41008b981544f75b9d279b393bfaeab66a8e Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 1 May 2005 10:57:47 +0000 Subject: [PATCH] Remove outdated comment :-) git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5722 cda61777-01e9-0310-a592-d414129be87e --- windows.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/windows.c b/windows.c index 201e4af..f3b8aeb 100644 --- a/windows.c +++ b/windows.c @@ -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, -- 2.11.0