diff src/multi.c @ 2086:424a40f12a6c

[gaim-migrate @ 2096] moving protocols from plugins/ to src/protocols. making it so that you can select which protocols are compiled statically. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 01:00:39 +0000
parents 6f049002d963
children a93aeb6f813d
line wrap: on
line diff
--- a/src/multi.c	Fri Jul 27 18:15:36 2001 +0000
+++ b/src/multi.c	Tue Jul 31 01:00:39 2001 +0000
@@ -211,17 +211,6 @@
 	g_free(m);
 }
 
-void get_good(struct gaim_connection **gc)
-{
-	GSList *c = connections; *gc = NULL;
-	while (c) {
-		if (((struct gaim_connection *)c->data)->protocol < 2) {
-			*gc = c->data; return;
-		}
-		c = c->next;
-	}
-}
-
 static GtkWidget *acct_button(const char *text, struct aim_user *u, int option, GtkWidget *box)
 {
 	GtkWidget *button;