cpw.malu.xmpp.jingle_ft: a3d77dc7: Remove a few unused variables that slipp...
malu at pidgin.im
malu at pidgin.im
Wed May 5 17:00:32 EDT 2010
-----------------------------------------------------------------
Revision: a3d77dc76990d8edd543843e10352f26e68ed97e
Ancestor: bf9674b90f1f22d137925ddd1be84c0f50e35b9b
Author: malu at pidgin.im
Date: 2010-05-05T20:56:04
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/a3d77dc76990d8edd543843e10352f26e68ed97e
Modified files:
libpurple/protocols/jabber/si.c
ChangeLog:
Remove a few unused variables that slipped in during the merge...
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/si.c 98af413f9266ee51f37d001f8648e76dba2f3707
+++ libpurple/protocols/jabber/si.c 92da5ffed83f07a21215fb12359c49e55f7bc3c6
@@ -1247,8 +1247,7 @@ static void jabber_si_xfer_send_request(
{
JabberSIXfer *jsx = xfer->data;
JabberIq *iq;
- xmlnode *si, *file, *feature, *x, *field, *option, *value;
- char buf[32];
+ xmlnode *si, *feature, *x, *field, *option, *value;
#if ENABLE_FT_THUMBNAILS
gconstpointer thumb;
gsize thumb_size;
@@ -1603,8 +1602,7 @@ void jabber_si_parse(JabberStream *js, c
JabberSIXfer *jsx;
PurpleXfer *xfer;
xmlnode *file, *feature, *x, *field, *option, *value, *thumbnail;
- const char *stream_id, *filename, *filesize_c, *profile;
- size_t filesize = 0;
+ const char *stream_id, *profile;
if(!(profile = xmlnode_get_attrib(si, "profile")) ||
strcmp(profile, "http://jabber.org/protocol/si/profile/file-transfer"))
More information about the Commits
mailing list