--- a/pidgin/gtkblist.c Fri Sep 30 03:12:09 2022 -0500 +++ b/pidgin/gtkblist.c Fri Sep 30 04:02:12 2022 -0500 @@ -1804,8 +1804,6 @@ gdk_pixbuf_saturate_and_pixelate(buf, buf, 0.25, FALSE); } - /* I'd use the pidgin_buddy_icon_get_scale_size() thing, but it won't - * tell me the original size, which I need for scaling purposes. */ scale_width = orig_width = gdk_pixbuf_get_width(buf); scale_height = orig_height = gdk_pixbuf_get_height(buf);