talons

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

commit fcd3988a1117d46cd7a2b708d9feb6cb79d1ee4d
parent 5f2582e1c97e5582c1a51e625d708c4dc9cf1c8a
Author: paul <paul@claws-mail.org>
Date:   Wed,  4 Dec 2019 09:35:19 +0000

remove unused variable

Diffstat:
Msrc/importldif.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/importldif.c b/src/importldif.c @@ -657,7 +657,6 @@ static void imp_ldif_page_fields( gint pageNum, gchar *pageLbl ) { GtkWidget *checkSelect; GtkWidget *btnModify; GtkWidget *eventBox; - gint top; GtkListStore *store; GtkCellRenderer *rdr; GtkTreeViewColumn *col;