diff src/server.c @ 10116:9f358a718f38

[gaim-migrate @ 11153] I went through every commit email on oldstatus since we branched, and merged relevant things to HEAD that had only been applied on oldstatus. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 18 Oct 2004 19:02:33 +0000
parents 60db14d54914
children a66cf83552dc
line wrap: on
line diff
--- a/src/server.c	Mon Oct 18 17:25:25 2004 +0000
+++ b/src/server.c	Mon Oct 18 19:02:33 2004 +0000
@@ -102,7 +102,6 @@
 
 void serv_close(GaimConnection *gc)
 {
-	GaimPlugin *prpl;
 	GaimPluginProtocolInfo *prpl_info = NULL;
 
 	while (gc->buddy_chats) {
@@ -124,8 +123,6 @@
 		if (prpl_info->close)
 			(prpl_info->close)(gc);
 	}
-
-	prpl = gc->prpl;
 }
 
 void serv_touch_idle(GaimConnection *gc)