aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 608e4d33..8a22654e 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -246,7 +246,6 @@ void nogaim_init()
{
extern void msn_initmodule();
extern void oscar_initmodule();
- extern void byahoo_initmodule();
extern void jabber_initmodule();
extern void twitter_initmodule();
extern void purple_initmodule();
@@ -262,10 +261,6 @@ void nogaim_init()
oscar_initmodule();
#endif
-#ifdef WITH_YAHOO
- byahoo_initmodule();
-#endif
-
#ifdef WITH_JABBER
jabber_initmodule();
#endif