diff src/prpl.c @ 4298:cddb50734169

[gaim-migrate @ 4552] faceprint cleans up after my messes committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Jan 2003 19:59:27 +0000
parents 32fcf4cf5f80
children 5978e3d53f29
line wrap: on
line diff
--- a/src/prpl.c	Sat Jan 11 16:47:58 2003 +0000
+++ b/src/prpl.c	Sat Jan 11 19:59:27 2003 +0000
@@ -151,7 +151,6 @@
 	debug_printf("%d dialogs to search\n", g_slist_length(d));
 
 	while (d) {
-		GSList *cur = d;
 		struct doaskstruct *doask = d->data;
 
 		d = d->next;