diff libpurple/request.h @ 32614:694382c3d150

Remove deprecated purple_request_field_list_add().
author andrew.victor@mxit.com
date Thu, 15 Sep 2011 22:02:55 +0000
parents 4a0bc7b7957b
children 5aa171c8776b
line wrap: on
line diff
--- a/libpurple/request.h	Thu Sep 15 21:57:04 2011 +0000
+++ b/libpurple/request.h	Thu Sep 15 22:02:55 2011 +0000
@@ -905,18 +905,6 @@
  *
  * @param field The list field.
  * @param item  The list item.
- * @param data  The associated data.
- *
- * @deprecated Use purple_request_field_list_add_icon() instead.
- */
-void purple_request_field_list_add(PurpleRequestField *field,
-								 const char *item, void *data);
-
-/**
- * Adds an item to a list field.
- *
- * @param field The list field.
- * @param item  The list item.
  * @param icon_path The path to icon file, or @c NULL for no icon.
  * @param data  The associated data.
  */