# HG changeset patch # User Nathan Walp # Date 1050625299 0 # Node ID b31ad163de3b5f519449df5feb8d59bf112a54c6 # Parent 48f662de029b2ac4b34b82a471ea0636d86c37cf [gaim-migrate @ 5519] I wasn't sure if this was a good idea back when I did it... Now i'm sure it was a bad call. Just made it confusing. committer: Tailor Script diff -r 48f662de029b -r b31ad163de3b src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Fri Apr 18 00:18:20 2003 +0000 +++ b/src/protocols/msn/msn.c Fri Apr 18 00:21:39 2003 +0000 @@ -2001,7 +2001,6 @@ G_MODULE_EXPORT void msn_init(struct prpl *ret) { - struct proto_user_split *pus; struct proto_user_opt *puo; ret->protocol = PROTO_MSN; ret->options = OPT_PROTO_MAIL_CHECK; @@ -2042,13 +2041,6 @@ ret->file_transfer_read = msn_file_transfer_read; #endif - pus = g_new0(struct proto_user_split, 1); - pus->sep = '@'; - pus->label = g_strdup(_("Server:")); - pus->def = g_strdup("hotmail.com"); - ret->user_splits = g_list_append(ret->user_splits, pus); - - puo = g_new0(struct proto_user_opt, 1); puo->label = g_strdup(_("Login Server:")); puo->def = g_strdup(MSN_SERVER);