diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-11 22:13:07 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-11 22:13:07 +0000 |
commit | 536dfa1e71dd9fbe90ea5be8b5b327ae2fed95fd (patch) | |
tree | 987992de98b2e6021439e10dde001c61f2cbad96 /protocols/nogaim.h | |
parent | 8f976e69b218d89999cc4fd58721243380791fbe (diff) |
Cleaning up struct im_connection a little bit.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index eccf77da..0536ce69 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -87,11 +87,8 @@ struct im_connection GSList *deny; int permdeny; - char displayname[128]; char *away; - int evil; - /* BitlBee */ bee_t *bee; @@ -126,7 +123,6 @@ struct buddy { char name[80]; char show[BUDDY_ALIAS_MAXLEN]; int present; - int evil; time_t signon; time_t idle; int uc; |