diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 10:44:59 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 10:44:59 +0100 |
commit | 3cd37d784147808b2d93218b7eca3413a124b1b6 (patch) | |
tree | 8b951b4d1cb9fec7be7478d5f3ed3d1cb9dd37c2 /protocols/yahoo/yahoo.c | |
parent | 509cf60140e5d757c79558a7b39145fe3c0cb2b5 (diff) |
Cleaning up some more Yahoo! symbols.
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r-- | protocols/yahoo/yahoo.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index 8b3b0c05..608e124b 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -569,10 +569,6 @@ void ext_yahoo_got_buddies( int id, YList *buds ) } } -void ext_yahoo_got_ignore( int id, YList *igns ) -{ -} - void ext_yahoo_got_identities( int id, YList *ids ) { } @@ -813,13 +809,6 @@ void ext_yahoo_got_buddy_change_group( int id, const char *me, const char *who, imcb_add_buddy( ic, who, new_group ); } -/* Because we don't want asynchronous connects in BitlBee, and because - libyahoo doesn't seem to use this one anyway, this one is now defunct. */ -int ext_yahoo_connect(const char *host, int port) -{ - return -1; -} - static void byahoo_accept_conf( void *data ) { struct byahoo_conf_invitation *inv = data; |