changeset 17572:d74d716f814d

Kill a compile warning
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 09 Jun 2007 18:03:12 +0000
parents 6b11b1398c2b
children 9a96d8711303 bb2e5f6ff2b4
files libpurple/protocols/silc/chat.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/silc/chat.c	Sat Jun 09 18:01:47 2007 +0000
+++ b/libpurple/protocols/silc/chat.c	Sat Jun 09 18:03:12 2007 +0000
@@ -1013,7 +1013,9 @@
 	SilcClient client = sg->client;
 	SilcClientConnection conn = sg->conn;
 	const char *channel, *passphrase, *parentch;
+#if 0
 	PurpleChat *chat;
+#endif
 
 	if (!conn)
 		return;