commit fa83e08049cfade591b5574278248e91bd838661
parent f118b01ea0e80bc0b2df6d8e2731686806b7a4c3
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
@@ -4998,7 +4998,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;