diff options
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 2937bdcc..716dae9b 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -253,16 +253,11 @@ char *explain_unknown_protocol(const char *name) void nogaim_init() { - extern void msn_initmodule(); extern void oscar_initmodule(); extern void jabber_initmodule(); extern void twitter_initmodule(); extern void purple_initmodule(); -#ifdef WITH_MSN - msn_initmodule(); -#endif - #ifdef WITH_OSCAR oscar_initmodule(); #endif |