Mercurial > pidgin
changeset 22166:23d85a181575
disapproval of revision 'd77adf1b9a4b44f121620f20e2643602e3f6776e'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 21 Jan 2008 07:00:02 +0000 |
parents | 5421a1dc36f6 |
children | ce5ced43cd93 |
files | libpurple/protocols/oscar/flap_connection.c |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c Sun Jan 20 20:52:45 2008 +0000 +++ b/libpurple/protocols/oscar/flap_connection.c Mon Jan 21 07:00:02 2008 +0000 @@ -33,9 +33,6 @@ #include "win32dep.h" #endif -static GList *flap_connections = NULL; -#define PURPLE_FLAP_CONNECTION_IS_VALID(conn) (g_list_find(flap_connections, (conn)) != NULL) - /** * This sends a channel 1 SNAC containing the FLAP version. * The FLAP version is sent by itself at the beginning of every @@ -276,7 +273,6 @@ conn->queued_snacs = g_queue_new(); od->oscar_connections = g_slist_prepend(od->oscar_connections, conn); - flap_connections = g_list_append(flap_connections, conn); return conn; } @@ -363,10 +359,6 @@ aim_rxcallback_t userfunc; conn = data; - - if (!PURPLE_FLAP_CONNECTION_IS_VALID(conn)) - return FALSE; - od = conn->od; account = (PURPLE_CONNECTION_IS_VALID(od->gc) ? purple_connection_get_account(od->gc) : NULL); @@ -448,8 +440,6 @@ if (conn->queued_timeout > 0) purple_timeout_remove(conn->queued_timeout); - flap_connections = g_list_remove(flap_connections, conn); - g_free(conn); return FALSE;