chiark / gitweb /
Remove outdated comment :-)
authorSimon Tatham <anakin@pobox.com>
Sun, 1 May 2005 10:57:47 +0000 (10:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 1 May 2005 10:57:47 +0000 (10:57 +0000)
[originally from svn r5722]

windows.c

index 201e4aff74b2012e2aaafe6c8cafe9581b028c4b..f3b8aebbecfc8cc253b9025b0e1c846c9ec4328e 100644 (file)
--- 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,