Mercurial > pidgin
changeset 2897:b0cfc5003cc8
[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 <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 16 Dec 2001 22:47:15 +0000 |
parents | 7e82b69b03b7 |
children | eef6c9ca18c9 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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);