talons

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

commit 77cb21eda32b978c2e1333f6c0af2ba98126b502
parent 8972aaf3cf00a0cdba7cbd0af1f94c50c96477ae
Author: paul <paul@claws-mail.org>
Date:   Mon,  2 Dec 2019 10:19:41 +0000

remove comment

Diffstat:
Msrc/gtk/description_window.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gtk/description_window.c b/src/gtk/description_window.c @@ -101,8 +101,6 @@ static void description_create(DescriptionWindow * dwindow) gtk_container_add(GTK_CONTAINER(scrolledwin), table); gtk_container_set_border_width(GTK_CONTAINER(table), 4); -// gtk_grid_set_column_spacing(GTK_GRID(table), 8); - line = 0; for(i = 0; dwindow->symbol_table[i] != NULL; i = i + dwindow->columns) { if(dwindow->symbol_table[i][0] != '\0') {