libpurple/protocols/mxit/mxit.h

changeset 35828
261f7d7810dd
parent 35812
48c6ee645ca1
child 35852
fe350399078a
child 37135
6271bcdee576
--- a/libpurple/protocols/mxit/mxit.h	Fri Apr 11 20:08:22 2014 +0200
+++ b/libpurple/protocols/mxit/mxit.h	Fri Apr 11 20:51:11 2014 +0200
@@ -30,8 +30,6 @@
 #include "internal.h"
 #include "http.h"
 
-#include "imgstore.h" /* TODO: temp */
-
 #if defined( __APPLE__ )
 /* apple architecture */
 #ifndef HOST_NAME_MAX
@@ -186,7 +184,7 @@
 	GList*				rooms;						/* active groupchat rooms */
 
 	/* inline images */
-	GHashTable*			iimages;					/* table which maps inline images (including emoticons) to purple's imgstore id's */
+	GHashTable *inline_images; /* table which maps inline images (including emoticons) to PurpleImages */
 };
 
 

mercurial