diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-19 23:39:10 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-19 23:39:10 +0100 |
commit | 0eb971a6d1a996fbb76eae815145a88abebad75d (patch) | |
tree | 52038e0cf798d50233e960a4ef2eca99dd73a1f0 /protocols/nogaim.h | |
parent | 13df5155b5351d8804d3cf81d6cc9280aa53f387 (diff) |
Removing some fully dead code.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index a98b7054..eccf77da 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -197,7 +197,7 @@ struct prpl { void (* add_deny) (struct im_connection *, char *who); void (* rem_permit) (struct im_connection *, char *who); void (* rem_deny) (struct im_connection *, char *who); - /* Doesn't actually have UI hooks. */ + /* Doesn't actually have UI hooks. Not used at all, can be removed. */ void (* set_permit_deny)(struct im_connection *); /* Request profile info. Free-formatted stuff, the IM module gives back |