gdi32: Remove an outdated comment in struct DefaultFontInfo.

This commit is contained in:
Akihiro Sagawa 2012-06-16 23:15:55 +09:00 committed by Alexandre Julliard
parent 2bb416baa8
commit f503afd86f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ struct DefaultFontInfo
LOGFONTW SystemFont;
LOGFONTW DeviceDefaultFont;
LOGFONTW SystemFixedFont;
LOGFONTW DefaultGuiFont; /* Note for this font the lfHeight member should be the point size */
LOGFONTW DefaultGuiFont;
};
static const struct DefaultFontInfo default_fonts[] =