diff src/gtkhtml.c @ 666:71ea550c22ac

[gaim-migrate @ 676] la la la. i also modified how fonts work a bit to make the convo window smaller and the code more understandable. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 11 Aug 2000 03:04:29 +0000
parents df1ceace5cac
children 45ed2ca0756e
line wrap: on
line diff
--- a/src/gtkhtml.c	Fri Aug 11 02:24:34 2000 +0000
+++ b/src/gtkhtml.c	Fri Aug 11 03:04:29 2000 +0000
@@ -548,20 +548,6 @@
 		size += 10;
 	}
 
-	/* whoops, couldn't do any of those. maybe they have a default outgoing
-	 * font? maybe we can use that. */
-	if (font_options & OPT_FONT_FACE) {
-		if (fontname != NULL) {
-			/* woohoo! */
-			size = 120;
-			while (size <= 720) {
-				if (load_font_with_cache(fontname, "medium", 'r', size, &my_font))
-					return my_font;
-				size += 10;
-			}
-		}
-	}
-
 	/* ok, now we're in a pickle. if we can't do any of the above, let's
 	 * try doing the most boring font we can find. */
 	size = 120;