diff libpurple/protocols/mxit/protocol.c @ 31292:754459ff7b23

* removed unneeded variable passing.
author pieter.loubser@mxit.com
date Thu, 13 Jan 2011 06:56:41 +0000
parents 8c586dbcae2d
children 06371b61a840
line wrap: on
line diff
--- a/libpurple/protocols/mxit/protocol.c	Wed Sep 15 08:28:39 2010 +0000
+++ b/libpurple/protocols/mxit/protocol.c	Thu Jan 13 06:56:41 2011 +0000
@@ -1271,7 +1271,7 @@
 	/* map chunk header over data buffer */
 	chunk = &data[datalen];
 
-	size = mxit_chunk_create_get_avatar( chunk_data(chunk), mxitId, avatarId, MXIT_AVATAR_SIZE );
+	size = mxit_chunk_create_get_avatar( chunk_data(chunk), mxitId, avatarId );
 	if ( size < 0 ) {
 		purple_debug_error( MXIT_PLUGIN_ID, "Error creating get avatar chunk (%i)\n", size );
 		return;