mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
win32: remove useless comment since we do not support win98 anymore
This commit is contained in:
parent
ed447eba08
commit
e1b874b44f
@ -395,13 +395,6 @@ _gdk_win32_screen_get_setting (GdkScreen *screen,
|
||||
g_value_set_boolean (value, TRUE);
|
||||
return TRUE;
|
||||
}
|
||||
/*
|
||||
* With 'MS Sans Serif' as windows menu font (default on win98se) you'll get a
|
||||
* bunch of :
|
||||
* WARNING **: Couldn't load font "MS Sans Serif 8" falling back to "Sans 8"
|
||||
* at least with testfilechooser (regardless of the bitmap check below)
|
||||
* so just disabling this code seems to be the best we can do --hb
|
||||
*/
|
||||
else if (strcmp ("gtk-font-name", name) == 0)
|
||||
{
|
||||
NONCLIENTMETRICS ncm;
|
||||
|
Loading…
Reference in New Issue
Block a user