summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2010-06-03 01:22:31 +0000
committerMark Doliner <markdoliner@pidgin.im>2010-06-03 01:22:31 +0000
commit0157f689537730cd35155c26d3ce164811f86481 (patch)
tree0caf220458434d7f0cc025d8e2bc9d3a786d9a34
parent5454d56f9a56cbbd4743e386bb95117649800891 (diff)
downloadpidgin-0157f689537730cd35155c26d3ce164811f86481.tar.gz
I noticed that this wasn't being used
-rw-r--r--libpurple/protocols/msn/directconn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpurple/protocols/msn/directconn.c b/libpurple/protocols/msn/directconn.c
index 59cc45cfde..6fb7fb72fd 100644
--- a/libpurple/protocols/msn/directconn.c
+++ b/libpurple/protocols/msn/directconn.c
@@ -811,15 +811,12 @@ msn_dc_connected_to_peer_cb(gpointer data, gint fd, const gchar *error_msg)
static gboolean
msn_dc_incoming_connection_timeout_cb(gpointer data) {
MsnDirectConn *dc = data;
- MsnSlpCall *slpcall;
if (purple_debug_is_verbose())
purple_debug_info("msn", "msn_dc_incoming_connection_timeout_cb %p\n", dc);
g_return_val_if_fail(dc != NULL, FALSE);
- slpcall = dc->slpcall;
-
if (dc->listen_data != NULL) {
purple_network_listen_cancel(dc->listen_data);
dc->listen_data = NULL;