diff libpurple/request.h @ 29420:2d04fb25c6db

Revert the unnecessary addition of the pixbuf boolean to PurpleRequestField.list
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 08:16:17 +0000
parents 365b90fa23cf
children 50dbd779f1bb
line wrap: on
line diff
--- 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.