diff libpurple/protocols/msn/xfer.h @ 32748:845885bd5e4d

Since we don't know what these fields are, and we don't use them, there's probably no need to waste memory for them.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 15 Oct 2011 23:43:14 +0000
parents d143f52ae28e
children f0b5a6f8fded
line wrap: on
line diff
--- a/libpurple/protocols/msn/xfer.h	Sat Oct 15 23:33:31 2011 +0000
+++ b/libpurple/protocols/msn/xfer.h	Sat Oct 15 23:43:14 2011 +0000
@@ -39,8 +39,10 @@
 	guint64   file_size;    /*< Size of file */
 	guint32   type;         /*< Transfer type */
 	gunichar2 file_name[MAX_FILE_NAME_LEN]; /*< Self-explanatory */
+#if 0
 	gchar     unknown1[30]; /*< Used somehow for background sharing */
 	guint32   unknown2;     /*< Possibly for background sharing as well */
+#endif
 	gchar     *preview;     /*< File preview data, 96x96 PNG */
 	gsize     preview_len;
 } MsnFileContext;