changeset 2779:d6408b1befc9

[gaim-migrate @ 2792] love makes me treat you the way that i do, gee baby, ain't i good to you ;-* committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 07:05:36 +0000
parents 27c22147e023
children 8e0837d62ca0
files src/gtkimhtml.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Nov 20 06:53:45 2001 +0000
+++ b/src/gtkimhtml.c	Tue Nov 20 07:05:36 2001 +0000
@@ -1961,15 +1961,8 @@
 		for (i = 0; fontsize && names [i]; i++) {
 			newvals [FMLY] = names [i];
 
-			g_snprintf (fs, sizeof (fs), "%d", POINT_SIZE (fontsize) / 10);
-			newvals [PXLSZ] = fs;
-			newvals [PTSZ] = "*";
-
-			TRY_FONT;
-
 			newvals [PXLSZ] = xflds [PXLSZ];
 			newvals [PTSZ] = xflds [PTSZ];
-
 			TRY_FONT;
 		}