aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-11-19 04:59:14 -0300
committerdequis <dx@dxzone.com.ar>2016-11-19 04:59:14 -0300
commita7baf40947fe0904285a6f532850b51902da191c (patch)
treeaf9703e477ee449f969bfb7cc740633cebe1aad5 /protocols/nogaim.c
parentb4f496e7e9a22768f76c13b96deb1997bab55414 (diff)
Remove yahoo (the old protocol). Use funyahoo++ instead.
RIP The previous commit already handled the part of telling users.
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