talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 5ce047a13852c5f7ab01e93d6e3e8541ea3fef27
parent 7f51cf2862944b28bb1a0423f2d4279c537a5a82
Author: Paul <paul@claws-mail.org>
Date:   Sun, 30 Mar 2025 11:51:34 +0100

remove unused variable

Diffstat:
Msrc/plugins/archive/archiver_gtk.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/plugins/archive/archiver_gtk.c b/src/plugins/archive/archiver_gtk.c @@ -2,7 +2,7 @@ /* * Claws Mail -- a GTK based, lightweight, and fast e-mail client - * Copyright (C) 1999-2023 Michael Rasmussen and the Claws Mail Team + * Copyright (C) 1999-2025 Michael Rasmussen and the Claws Mail Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1040,7 +1040,6 @@ void archiver_gtk_show(void) { GtkWidget* pax_radio_btn; GtkWidget* cpio_radio_btn; GtkWidget* tar_radio_btn; - GtkWidget* content_area; struct ArchivePage* page; MainWindow* mainwin = mainwindow_get_mainwindow();