From 093c2be1a8a2cfb935abcc2410c0625753876a6b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 11 Dec 2000 16:41:13 +0000 Subject: Remove an unused variable. * mail-tools.c (mail_tool_quote_message): Remove an unused variable. svn path=/trunk/; revision=6907 --- mail/mail-tools.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/mail-tools.c') diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 20006ce317..f295967c71 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -558,7 +558,6 @@ mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...) /* create credits */ if (fmt) { - gchar *buf; va_list ap; va_start (ap, fmt); -- cgit v1.2.3