diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 01:02:45 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 01:02:45 +0100 |
commit | 509cf60140e5d757c79558a7b39145fe3c0cb2b5 (patch) | |
tree | 98f923a80cfa024cad77e0e03de3f5054b0d25be /protocols/msn/msn_util.c | |
parent | 6042a54e827b36770e8989d9a8ba49a66ec6f846 (diff) |
Some more removals. Using ifdefs instead of read deletions in Yahoo! dir to
not make merges too complicated (although upstream really seems dead at this
point :-/).
Diffstat (limited to 'protocols/msn/msn_util.c')
-rw-r--r-- | protocols/msn/msn_util.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/msn/msn_util.c b/protocols/msn/msn_util.c index f2f67eb3..c6afd29a 100644 --- a/protocols/msn/msn_util.c +++ b/protocols/msn/msn_util.c @@ -29,13 +29,6 @@ #include "soap.h" #include <ctype.h> -int msn_logged_in( struct im_connection *ic ) -{ - imcb_connected( ic ); - - return( 0 ); -} - static char *adlrml_entry( const char *handle_, msn_buddy_flags_t list ) { char *domain, handle[strlen(handle_)+1]; |