commit 9018c2113ec3719b9ba3fbfb0589de126f7d781b
parent 32f1e7daade52c12f54298f1cc195e066ece4f22
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date: Sat, 20 Nov 2021 02:40:59 -0700
Fix -Wunused-variable warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/summaryview.c b/src/summaryview.c
@@ -4969,7 +4969,7 @@ void summary_save_as(SummaryView *summaryview)
GtkCMCTree *ctree = GTK_CMCTREE(summaryview->ctree);
MsgInfo *msginfo;
gchar *filename = NULL;
- gchar *src, *dest, *dest_default;
+ gchar *src, *dest;
gchar *tmp;
gchar *filedir = NULL;
gchar *converted_filename = NULL;