From a7baf40947fe0904285a6f532850b51902da191c Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 19 Nov 2016 04:59:14 -0300 Subject: Remove yahoo (the old protocol). Use funyahoo++ instead. RIP The previous commit already handled the part of telling users. --- protocols/nogaim.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/nogaim.c') 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 -- cgit v1.2.3