diff libpurple/ft.h @ 29824:6671b5e92c28

Hide the thumbnail-related stuff from the PurpleXfer struct to PurpleXferPrivData
author Marcus Lundblad <ml@update.uu.se>
date Thu, 18 Mar 2010 22:12:08 +0000
parents 79bb2804a19e
children afc9cec164e4
line wrap: on
line diff
--- a/libpurple/ft.h	Tue Mar 16 23:14:54 2010 +0000
+++ b/libpurple/ft.h	Thu Mar 18 22:12:08 2010 +0000
@@ -186,10 +186,6 @@
 	void *ui_data;                    /**< UI-specific data.       */
 
 	void *data;                       /**< prpl-specific data.     */
-
-	gpointer thumbnail_data;		/**< thumbnail image */
-	gsize thumbnail_size;
-	gchar *thumbnail_mimetype;
 };
 
 #ifdef __cplusplus