diff src/multi.c @ 2438:5cbe86a444d9

[gaim-migrate @ 2451] more updates to core. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 00:10:29 +0000
parents 5948060f486c
children 895e2469cb3a
line wrap: on
line diff
--- a/src/multi.c	Fri Oct 05 22:23:27 2001 +0000
+++ b/src/multi.c	Sat Oct 06 00:10:29 2001 +0000
@@ -66,7 +66,6 @@
 	gc->prpl = find_prpl(user->protocol);
 	g_snprintf(gc->username, sizeof(gc->username), "%s", user->username);
 	g_snprintf(gc->password, sizeof(gc->password), "%s", user->password);
-	gc->options = user->options;
 	gc->keepalive = 0;
 	gc->inpa = 0;
 	gc->buddy_chats = NULL;