aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-10-20 10:44:59 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-10-20 10:44:59 +0100
commit3cd37d784147808b2d93218b7eca3413a124b1b6 (patch)
tree8b951b4d1cb9fec7be7478d5f3ed3d1cb9dd37c2 /protocols/yahoo/yahoo.c
parent509cf60140e5d757c79558a7b39145fe3c0cb2b5 (diff)
Cleaning up some more Yahoo! symbols.
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r--protocols/yahoo/yahoo.c11
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;