diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-05-01 10:57:47 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-05-01 10:57:47 +0000 |
| commit | 5649e20ef2f17d03ba1d5e0072617541aa880224 (patch) | |
| tree | c340f8cfebd078e53fcb2ce11349857b2af0c461 /windows.c | |
| parent | 6aca54218425e0445cdad8d449913b0adc3a983e (diff) | |
| download | puzzles-5649e20ef2f17d03ba1d5e0072617541aa880224.zip puzzles-5649e20ef2f17d03ba1d5e0072617541aa880224.tar.gz puzzles-5649e20ef2f17d03ba1d5e0072617541aa880224.tar.bz2 puzzles-5649e20ef2f17d03ba1d5e0072617541aa880224.tar.xz | |
Remove outdated comment :-)
[originally from svn r5722]
Diffstat (limited to 'windows.c')
| -rw-r--r-- | windows.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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, |