[gtk+] win32: remove useless comment since we do not support win98 anymore



commit e1b874b44f632b528cbdf9479e80ea419a4fbfaa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jan 27 14:39:26 2014 +0100

    win32: remove useless comment since we do not support win98 anymore

 gdk/win32/gdkproperty-win32.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c
index 3a63d7a..2e36b04 100644
--- a/gdk/win32/gdkproperty-win32.c
+++ b/gdk/win32/gdkproperty-win32.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]