--- a/libpurple/request.h Sun Nov 16 08:11:33 2008 +0000 +++ b/libpurple/request.h Sun Nov 16 08:16:17 2008 +0000 @@ -152,7 +152,6 @@ GHashTable *selected_table; gboolean multiple_selection; - gboolean pixbuf; } list; @@ -879,26 +878,6 @@ PurpleRequestField *purple_request_field_list_new(const char *id, const char *text); /** - * Sets whether or not a list field allows icons. - * - * @param field The list field. - * @param multi_select TRUE if icons are enabled, - * or FALSE otherwise. - */ -void purple_request_field_list_set_pixbuf(PurpleRequestField *field, - gboolean pixbuf); - -/** - * Returns whether or not a list field allows icons. - * - * @param field The list field. - * - * @return TRUE if icons are enabled, or FALSE otherwise. - */ -gboolean purple_request_field_list_get_pixbuf( - const PurpleRequestField *field); - -/** * Sets whether or not a list field allows multiple selection. * * @param field The list field.