From 877b6f4e6a10e17af08f5bd8ebc93a25d4d9201c Mon Sep 17 00:00:00 2001 From: VMiklos Date: Tue, 21 Aug 2007 19:46:40 +0200 Subject: cleanup in struct skype_data --- skype/skype.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skype/skype.c b/skype/skype.c index eb718c3d..a3fec187 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -38,9 +38,7 @@ struct skype_data struct im_connection *ic; char *username; int fd; - char *txq; - int tx_len; - int r_inpa, w_inpa; + int r_inpa; /* When we receive a new message id, we query the handle, then the * body. Store the handle here so that we imcb_buddy_msg() when we got * the body. */ -- cgit v1.2.3