Mercurial > pidgin
changeset 18153:7f23135d9b68
unused variable cleanup
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 17 Jun 2007 05:10:35 +0000 |
parents | af0b9c6cbeb8 |
children | 08e639dbac99 |
files | libpurple/protocols/jabber/disco.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c Sun Jun 17 05:09:21 2007 +0000 +++ b/libpurple/protocols/jabber/disco.c Sun Jun 17 05:10:35 2007 +0000 @@ -218,9 +218,6 @@ static void jabber_disco_finish_server_info_result_cb(JabberStream *js) { - PurplePresence *gpresence; - PurpleStatus *status; - if (!(js->server_caps & JABBER_CAP_GOOGLE_ROSTER)) { /* If the server supports JABBER_CAP_GOOGLE_ROSTER; we will have already requested it */ jabber_roster_request(js);