diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-06 15:44:46 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-06 15:44:46 +0000 |
commit | b051d39d99219852a1dc79f68ee301fc1fe16a5e (patch) | |
tree | cc0c36f6124a565362e64e3e1ab66a45b68dc2e8 /protocols/msn/msn.h | |
parent | 2bc8ac0680e6a04f8431003ab468bb6e419534ed (diff) |
MSN module updated to deal with the new API. Not many changes since it
doesn't currently support away messages anyway. This is more a bit of a
cleanup.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 7c849acf..333ae7f0 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -96,7 +96,6 @@ struct msn_switchboard struct msn_away_state { - int number; char code[4]; char name[16]; }; |