# HG changeset patch # User Eric Warmenhoven # Date 1008542835 0 # Node ID b0cfc5003cc840641ddcc27e7fe819708990e47b # Parent 7e82b69b03b73dabe15bfa25d8106e33c30d1b0a [gaim-migrate @ 2910] too high for the supermarket, too high for the grocery store too high for the supermarket, ain't gonna shop like this no more committer: Tailor Script diff -r 7e82b69b03b7 -r b0cfc5003cc8 src/gtkimhtml.c --- a/src/gtkimhtml.c Sun Dec 16 21:57:59 2001 +0000 +++ b/src/gtkimhtml.c Sun Dec 16 22:47:15 2001 +0000 @@ -60,7 +60,6 @@ #include "pixmaps/yell.xpm" #define MAX_FONT_SIZE 7 -#define DEFAULT_FONT_SIZE 3 #define POINT_SIZE(x) (_point_sizes [MIN ((x), MAX_FONT_SIZE) - 1]) static gint _point_sizes [] = { 80, 100, 120, 140, 200, 300, 400 }; @@ -3052,9 +3051,6 @@ font->fore = gdk_color_copy (oldfont->fore); if (!font->back && oldfont->back) font->back = gdk_color_copy (oldfont->back); - } else { - if (!font->size) - font->size = DEFAULT_FONT_SIZE; } fonts = g_slist_prepend (fonts, font);