src/protocols/msn/msn.c

changeset 5155
45822ba35f44
parent 5136
81079a81ebc6
child 5166
7e6aab54107e
--- 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);

mercurial