diff options
Diffstat (limited to 'skype')
| -rw-r--r-- | skype/skype.c | 4 | 
1 files changed, 1 insertions, 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. */ | 
