Index: abi/src/af/gr/win/gr_Win32Graphics.cpp
===================================================================
RCS file: /cvsroot/abi/src/af/gr/win/gr_Win32Graphics.cpp,v
retrieving revision 1.52
diff -u -r1.52 gr_Win32Graphics.cpp
--- abi/src/af/gr/win/gr_Win32Graphics.cpp	2001/01/06 22:45:18	1.52
+++ abi/src/af/gr/win/gr_Win32Graphics.cpp	2001/01/14 14:47:23
@@ -173,15 +173,6 @@
 		strcpy(lf.lfFaceName, pszFontFamily);
 	}
 
-	if (!UT_stricmp(pszFontFamily, "symbol") ||
-		!UT_stricmp(pszFontFamily, "wingdings") ||
-		!UT_stricmp(pszFontFamily, "webdings") ||
-		!UT_stricmp(pszFontFamily, "marlett"))
-	{
-		lf.lfCharSet = SYMBOL_CHARSET;
-		strcpy(lf.lfFaceName, pszFontFamily);
-	}
-
 	// Get character set value from the font itself
 	LOGFONT enumlf = { 0 };
 	enumlf.lfCharSet = DEFAULT_CHARSET;