diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-08-21 19:46:40 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-08-21 19:46:40 +0200 |
commit | 877b6f4e6a10e17af08f5bd8ebc93a25d4d9201c (patch) | |
tree | b8c3a2a0f74646cc749bf125ddc12caf7e85f672 | |
parent | 56b5647801b9993f8ad622bce082050b9ba90e4f (diff) |
cleanup in struct skype_data
-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. */ |