diff options
| author | dequis <dx@dxzone.com.ar> | 2016-11-19 04:59:14 -0300 | 
|---|---|---|
| committer | dequis <dx@dxzone.com.ar> | 2016-11-19 04:59:14 -0300 | 
| commit | a7baf40947fe0904285a6f532850b51902da191c (patch) | |
| tree | af9703e477ee449f969bfb7cc740633cebe1aad5 /protocols/nogaim.c | |
| parent | b4f496e7e9a22768f76c13b96deb1997bab55414 (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.c | 5 | 
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 | 
